summaryrefslogtreecommitdiffstats
path: root/flx.h
diff options
context:
space:
mode:
Diffstat (limited to 'flx.h')
-rw-r--r--flx.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/flx.h b/flx.h
index fd65784..0f7a024 100644
--- a/flx.h
+++ b/flx.h
@@ -82,6 +82,15 @@ void flx_server_add_text_va(
const gchar *name,
va_list va);
+void flx_server_add_text_strlst(
+ flxServer *s,
+ flxEntryGroup *g,
+ gint interface,
+ guchar protocol,
+ flxEntryFlags flags,
+ const gchar *name,
+ flxStringList *strlst);
+
void flx_server_add_service(
flxServer *s,
flxEntryGroup *g,
@@ -106,6 +115,18 @@ void flx_server_add_service_va(
guint16 port,
va_list va);
+void flx_server_add_service_strlst(
+ flxServer *s,
+ flxEntryGroup *g,
+ gint interface,
+ guchar protocol,
+ const gchar *type,
+ const gchar *name,
+ const gchar *domain,
+ const gchar *host,
+ guint16 port,
+ flxStringList *strlst);
+
typedef enum {
FLX_SUBSCRIPTION_NEW,
FLX_SUBSCRIPTION_REMOVE,