From 3f4deba001e76e2af20b9b6f9a1522c309c67fda Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 13 Sep 2006 22:46:09 +0000 Subject: 2006-09-13 Martin Hunt * librelay.c (init_relayfs): Exec stp_check and find relay_filebase. * librelay.h (stp_main_loop): Fix declaration of init_stp(). * stpd.c (usage): Remove "-r" option. (main): Don't find stpd_filebase and don't send it to init_stp(). --- runtime/stpd/librelay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/stpd/librelay.h') 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); -- cgit