diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-09-30 13:41:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-30 13:41:36 +0200 |
commit | 7355959d7f28714e77f43f987431c664f476d8eb (patch) | |
tree | 112f684404755d6924d7338507eaef07500ced1f /include/sway/config.h | |
parent | 98b524abd767149337cb6e1bab5905d79f25254b (diff) | |
parent | 1e70f7b19e92c20a691f2697b2c92ea8b13daba3 (diff) |
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.h | 4 |
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); */ char *do_var_replacement(char *str); -struct cmd_results *check_security_config(); - int input_identifier_cmp(const void *item, const void *data); struct input_config *new_input_config(const char* identifier); @@ -471,7 +469,7 @@ struct seat_config *copy_seat_config(struct seat_config *seat); void free_seat_config(struct seat_config *ic); -struct seat_attachment_config *seat_attachment_config_new(); +struct seat_attachment_config *seat_attachment_config_new(void); struct seat_attachment_config *seat_config_get_attachment( struct seat_config *seat_config, char *identifier); |