]> git.ipfire.org Git - thirdparty/lldpd.git/blobdiff - src/lldpd.h
Allow to specify the AgentX socket to use (instead of the default one).
[thirdparty/lldpd.git] / src / lldpd.h
index c3a7eb3d32d54f29b7fc63ebc60b2e1bd51025a7..aa26938f520ab85acc21377c39bb5d226a8587fb 100644 (file)
@@ -427,7 +427,7 @@ void             fatalx(const char *);
 
 /* agent.c */
 void            agent_shutdown(void);
-void            agent_init(struct lldpd *, int);
+void            agent_init(struct lldpd *, char *, int);
 
 /* agent_priv.c */
 void            agent_priv_register_domain(void);