From 6880012f6194a5908698a9f375d7f69231ffbef5 Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 14 Mar 2007 22:07:49 +0000 Subject: 2007-03-14 Martin Hunt * stpd: Remove directory. * relayfs: Remove directory. --- runtime/stpd/librelay.h | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 runtime/stpd/librelay.h (limited to 'runtime/stpd/librelay.h') diff --git a/runtime/stpd/librelay.h b/runtime/stpd/librelay.h deleted file mode 100644 index 15ef6c40..00000000 --- a/runtime/stpd/librelay.h +++ /dev/null @@ -1,33 +0,0 @@ -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include "../transport/transport_msgs.h" - -#ifdef DEBUG -#define dbug(args...) {fprintf(stderr,"%s:%d ",__FUNCTION__, __LINE__); fprintf(stderr,args); } -#else -#define dbug(args...) ; -#endif /* DEBUG */ - -/* - * functions - */ -int init_stp(int print_summary); -int stp_main_loop(void); -int send_request(int type, void *data, int len); -void cleanup_and_exit (int); -int do_module(void *); -void do_kernel_symbols(void); - -/* - * variables - */ -extern int control_channel; -- cgit