+Include bundled font for the Gnome UI.
[udpgate.git] / src / network.h
index c4f4006..85101f8 100644 (file)
@@ -1,6 +1,6 @@
 /* $Id$
- * Include file for the core network functionality of UDPForward
- * Copyright (C) 2004 Jan Kratochvil <project-udpforward@jankratochvil.net>
+ * Include file for the core network functionality of UDPGate
+ * Copyright (C) 2004 Jan Kratochvil <project-udpgate@jankratochvil.net>
  * 
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -17,8 +17,8 @@
  */
 
 
-#ifndef _UDPFORWARD_NETWORK_H
-#define _UDPFORWARD_NETWORK_H 1
+#ifndef _UDPGATE_NETWORK_H
+#define _UDPGATE_NETWORK_H 1
 
 
 #include <glib/gtypes.h>
@@ -30,9 +30,13 @@ G_BEGIN_DECLS
 
 pid_t is_daemon_running(void);
 gboolean network_start(gint port);
+gboolean optarg_port_set_string(const gchar *string);
 gboolean network_stop(void);
+extern void (*network_notify_hostip)(guint32 hostip_guint32);
+gboolean network_detach(void);
+extern guint probe_timeout_sec_max;
 
 G_END_DECLS
 
 
-#endif /* _UDPFORWARD_NETWORK_H */
+#endif /* _UDPGATE_NETWORK_H */