]> git.meshlink.io Git - catta/blobdiff - flx.h
* add flx_server_add_service_strlst()
[catta] / flx.h
diff --git a/flx.h b/flx.h
index fd65784f10cdace07ba8e5daa173fdb26ca92f96..0f7a0246e426abea6e6144be3bf9390a1850bdd3 100644 (file)
--- 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,