Index: /branches/binary/server/memcached.c
===================================================================
--- /branches/binary/server/memcached.c (revision 752)
+++ /branches/binary/server/memcached.c (revision 753)
@@ -295,5 +295,5 @@
 }
 
-static char *prot_text(const int prot) {
+static char *prot_text(enum protocol prot) {
     char *rv="unknown";
     switch(prot) {
