aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/config.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-09-30 13:41:36 +0200
committerLibravatar GitHub <noreply@github.com>2018-09-30 13:41:36 +0200
commit7355959d7f28714e77f43f987431c664f476d8eb (patch)
tree112f684404755d6924d7338507eaef07500ced1f /include/sway/config.h
parentMerge pull request #2733 from ianyfan/swaybar (diff)
parentTurn funcs() into funcs(void) (diff)
downloadsway-7355959d7f28714e77f43f987431c664f476d8eb.tar.gz
sway-7355959d7f28714e77f43f987431c664f476d8eb.tar.zst
sway-7355959d7f28714e77f43f987431c664f476d8eb.zip
Merge pull request #2730 from ivyl/remove_cap_leftovers
Remove libcap/prctl artifacts
Diffstat (limited to 'include/sway/config.h')
-rw-r--r--include/sway/config.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index af5c7a18..5e28c678 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -449,8 +449,6 @@ void free_sway_variable(struct sway_variable *var);
449 */ 449 */
450char *do_var_replacement(char *str); 450char *do_var_replacement(char *str);
451 451
452struct cmd_results *check_security_config();
453
454int input_identifier_cmp(const void *item, const void *data); 452int input_identifier_cmp(const void *item, const void *data);
455 453
456struct input_config *new_input_config(const char* identifier); 454struct input_config *new_input_config(const char* identifier);
@@ -471,7 +469,7 @@ struct seat_config *copy_seat_config(struct seat_config *seat);
471 469
472void free_seat_config(struct seat_config *ic); 470void free_seat_config(struct seat_config *ic);
473 471
474struct seat_attachment_config *seat_attachment_config_new(); 472struct seat_attachment_config *seat_attachment_config_new(void);
475 473
476struct seat_attachment_config *seat_config_get_attachment( 474struct seat_attachment_config *seat_config_get_attachment(
477 struct seat_config *seat_config, char *identifier); 475 struct seat_config *seat_config, char *identifier);