diff options
author | Omar Polo <op@omarpolo.com> | 2023-08-08 15:57:12 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-08-08 15:57:12 +0000 |
commit | 08c0f676fdb596b51b491a21913d73af141eb3fc (patch) | |
tree | 5d6f1c76d9383302f7b146ea6353fc961ca30d59 /gmid.h | |
parent | d98ef734940a49d192d87024e60559b38eb190c9 (diff) |
remove prototype for function killed long ago
Diffstat (limited to 'gmid.h')
-rw-r--r-- | gmid.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -451,8 +451,6 @@ int proxy_init(struct client *); int puny_decode(const char*, char*, size_t, const char**); /* utils.c */ -void block_signals(void); -void unblock_signals(void); const char *strip_path(const char *, int); int starts_with(const char*, const char*); int ends_with(const char*, const char*); |