]> git.sur5r.net Git - ngadmin/blobdiff - lib/src/network.h
Added support for changing VLAN 802.1q and PVID configuration.
[ngadmin] / lib / src / network.h
index a51992ea28aeef6b3b5c14613e73fcb907672290..42a142c89173ddba93eda9e48f0e0eafeddbec4a 100644 (file)
@@ -16,6 +16,7 @@
 
 
 
+
 // 
 int startNetwork (struct ngadmin *nga);
 
@@ -32,7 +33,7 @@ int updateTimeout (struct ngadmin *nga);
 int sendNgPacket (struct ngadmin *nga, char code, const List *attr);
 
 // 
-int recvNgPacket (struct ngadmin *nga, char code, char *error, unsigned short *attr_error, List *attr);
+int recvNgPacket (struct ngadmin *nga, char code, unsigned short *error, unsigned short *attr_error, List *attr);
 
 // 
 int readRequest (struct ngadmin *nga, List *attr);