]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/blobdiff - zfec/zfec/_fecmodule.c
trivial: try to silence a gcc warning about prototypes
[tahoe-lafs/zfec.git] / zfec / zfec / _fecmodule.c
index 2f8f82d8aba9f758d4767e7ec50158390407b9ad..21e3e628320e2685ba73a22279aad1a1b8e92a46 100644 (file)
@@ -555,8 +555,12 @@ _hexwrite(unsigned char*s, size_t l) {
     printf("%.2x", s[i]);
 }
 
+
+PyObject*
+test_from_agl(); /* <- prototype */
+
 PyObject*
-test_from_agl(void) {
+test_from_agl() {
   unsigned char b0c[8], b1c[8];
   unsigned char b0[8], b1[8], b2[8], b3[8], b4[8];
   memset(b0, 1, 8);