summaryrefslogtreecommitdiff
path: root/attrib/gattrib.h
diff options
context:
space:
mode:
Diffstat (limited to 'attrib/gattrib.h')
-rw-r--r--attrib/gattrib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/attrib/gattrib.h b/attrib/gattrib.h
index 374bac2dd..611f95260 100644
--- a/attrib/gattrib.h
+++ b/attrib/gattrib.h
@@ -42,7 +42,7 @@ typedef void (*GAttribDebugFunc)(const char *str, gpointer user_data);
typedef void (*GAttribNotifyFunc)(const guint8 *pdu, guint16 len,
gpointer user_data);
-GAttrib *g_attrib_new(GIOChannel *io, guint16 mtu);
+GAttrib *g_attrib_new(GIOChannel *io, guint16 mtu, bool ext_signed);
GAttrib *g_attrib_ref(GAttrib *attrib);
void g_attrib_unref(GAttrib *attrib);