summaryrefslogtreecommitdiffstats
path: root/lib/libnetgraph/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libnetgraph/internal.h')
-rw-r--r--lib/libnetgraph/internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libnetgraph/internal.h b/lib/libnetgraph/internal.h
index 1022183..d521cfa 100644
--- a/lib/libnetgraph/internal.h
+++ b/lib/libnetgraph/internal.h
@@ -61,7 +61,7 @@ extern void (*_NgLogx)(const char *fmt, ...);
#define NGLOG (*_NgLog)
#define NGLOGX (*_NgLogx)
-extern void _NgDebugSockaddr(struct sockaddr_ng *sg);
-extern void _NgDebugMsg(struct ng_mesg *msg);
+extern void _NgDebugSockaddr(const struct sockaddr_ng *sg);
+extern void _NgDebugMsg(const struct ng_mesg *msg, const char *path);
extern void _NgDebugBytes(const u_char *ptr, int size);
OpenPOWER on IntegriCloud