Fix some non-64-bit-ness in database.c
[blerg.git] / lib / perl / Blerg-Database / Database.xs
index 1ad9fa6..df1c463 100644 (file)
@@ -146,7 +146,7 @@ int subscription_remove(const char *from, const char *to)
     OUTPUT:
         RETVAL
 
-void subscription_list(const char *author, const char *str_offset, int direction)
+void _subscription_list(const char *author, const char *str_offset, int direction)
     INIT:
         HV *tmp;
         struct blergref *list;