summaryrefslogtreecommitdiffstats
path: root/runtime/stpd/librelay.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/stpd/librelay.h')
-rw-r--r--runtime/stpd/librelay.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/stpd/librelay.h b/runtime/stpd/librelay.h
index 289952d7..0a6a1920 100644
--- a/runtime/stpd/librelay.h
+++ b/runtime/stpd/librelay.h
@@ -9,6 +9,6 @@
/*
* stp external API functions
*/
-extern int init_stp(const char *relay_filebase, int print_summary);
+extern int init_stp(int print_summary);
extern int stp_main_loop(void);
extern int send_request(int type, void *data, int len);