aboutsummaryrefslogtreecommitdiffstats
path: root/include/swaynag/config.h
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-07-29 22:42:03 -0400
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-08-01 22:47:54 -0400
commite01acb6097b583fcf2f6d0e0afe1bd878dd9b683 (patch)
treecf3e715870bb22d9ef7d5bee9457fdcc70e31ee2 /include/swaynag/config.h
parentswaynag: add math to meson.build (diff)
downloadsway-e01acb6097b583fcf2f6d0e0afe1bd878dd9b683.tar.gz
sway-e01acb6097b583fcf2f6d0e0afe1bd878dd9b683.tar.zst
sway-e01acb6097b583fcf2f6d0e0afe1bd878dd9b683.zip
swaynag: allow more config options
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 @@
4#include "list.h" 4#include "list.h"
5 5
6int swaynag_parse_options(int argc, char **argv, struct swaynag *swaynag, 6int swaynag_parse_options(int argc, char **argv, struct swaynag *swaynag,
7 list_t *types, char **config, bool *debug); 7 list_t *types, struct swaynag_type *type, char **config, bool *debug);
8 8
9char *swaynag_get_config_path(void); 9char *swaynag_get_config_path(void);
10 10