to src/ipc_frontend.h where they better belong
- removed the declaration of ipc_output() as there is no function anywhere
extern olsr_bool olsr_win32_end_flag;
#endif
extern olsr_bool olsr_win32_end_flag;
#endif
-/*
- *IPC functions
- *These are moved to a plugin soon
- * soon... duh!
- */
-
-int
-ipc_init(void);
-
-#if 0
-int
-ipc_input(int);
-#endif
-
-int
-shutdown_ipc(void);
-
-int
-ipc_output(struct olsr *);
-
union olsr_ip_addr main_addr;
};
union olsr_ip_addr main_addr;
};
+/*
+ *IPC functions
+ *These are moved to a plugin soon
+ * soon... duh!
+ */
+
+int
+ipc_init(void);
+
+#if 0
+int
+ipc_input(int);
+#endif
+
+int
+shutdown_ipc(void);
+
olsr_bool
ipc_check_allowed_ip(const union olsr_ip_addr *);
olsr_bool
ipc_check_allowed_ip(const union olsr_ip_addr *);