aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/config.h
diff options
context:
space:
mode:
authorLibravatar Arkadiusz Hiler <arek@hiler.eu>2018-09-30 13:58:49 +0300
committerLibravatar Arkadiusz Hiler <arek@hiler.eu>2018-09-30 14:09:05 +0300
commit1e70f7b19e92c20a691f2697b2c92ea8b13daba3 (patch)
tree112f684404755d6924d7338507eaef07500ced1f /include/sway/config.h
parentRemove declarations that do no have definitions (diff)
downloadsway-1e70f7b19e92c20a691f2697b2c92ea8b13daba3.tar.gz
sway-1e70f7b19e92c20a691f2697b2c92ea8b13daba3.tar.zst
sway-1e70f7b19e92c20a691f2697b2c92ea8b13daba3.zip
Turn funcs() into funcs(void)
If they really do not take undefined number of arguments.
Diffstat (limited to 'include/sway/config.h')
-rw-r--r--include/sway/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index 1c6e2ac4..5e28c678 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -469,7 +469,7 @@ struct seat_config *copy_seat_config(struct seat_config *seat);
469 469
470void free_seat_config(struct seat_config *ic); 470void free_seat_config(struct seat_config *ic);
471 471
472struct seat_attachment_config *seat_attachment_config_new(); 472struct seat_attachment_config *seat_attachment_config_new(void);
473 473
474struct seat_attachment_config *seat_config_get_attachment( 474struct seat_attachment_config *seat_config_get_attachment(
475 struct seat_config *seat_config, char *identifier); 475 struct seat_config *seat_config, char *identifier);