aboutsummaryrefslogtreecommitdiff
path: root/include/swaynag/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/swaynag/config.h')
-rw-r--r--include/swaynag/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/swaynag/config.h b/include/swaynag/config.h
index 3fd5b3ce..0d8889de 100644
--- a/include/swaynag/config.h
+++ b/include/swaynag/config.h
@@ -4,7 +4,7 @@
#include "list.h"
int swaynag_parse_options(int argc, char **argv, struct swaynag *swaynag,
- list_t *types, char **config, bool *debug);
+ list_t *types, struct swaynag_type *type, char **config, bool *debug);
char *swaynag_get_config_path(void);