more fixes from the IRIX compiler (thanks herb!)
[samba.git] / source4 / libcli / raw / rawnegotiate.c
index 78b2e007069dd5872becc54acd49a742c7fc7a14..04941f6118f891e58628ed9be44b3a2d685102ac 100644 (file)
@@ -22,7 +22,7 @@
 #include "includes.h"
 
 static const struct {
-       int prot;
+       enum protocol_types prot;
        const char *name;
 } prots[] = {
        {PROTOCOL_CORE,"PC NETWORK PROGRAM 1.0"},