]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/blobdiff - zfec/zfec/_fecmodule.c
see if this silences the "not a prototype" warning
[tahoe-lafs/zfec.git] / zfec / zfec / _fecmodule.c
index eea1b40e9219bfeee5727c0168826f01fd06cf02..2f8f82d8aba9f758d4767e7ec50158390407b9ad 100644 (file)
@@ -556,7 +556,7 @@ _hexwrite(unsigned char*s, size_t l) {
 }
 
 PyObject*
-test_from_agl() {
+test_from_agl(void) {
   unsigned char b0c[8], b1c[8];
   unsigned char b0[8], b1[8], b2[8], b3[8], b4[8];
   memset(b0, 1, 8);