about summary refs log tree commit diff
path: root/litterbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'litterbox.c')
-rw-r--r--litterbox.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/litterbox.c b/litterbox.c
index 2dee87d..ffd838c 100644
--- a/litterbox.c
+++ b/litterbox.c
@@ -39,11 +39,6 @@
 
 #include "database.h"
 
-int getopt_config(
-	int argc, char *const *argv, const char *optstring,
-	const struct option *longopts, int *longindex
-);
-
 static const char *host;
 static const char *port = "6697";
 static struct tls *client;