]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/commitdiff
see if this silences the "not a prototype" warning
authorzooko <zooko@zooko.com>
Sun, 14 Jun 2009 01:06:57 +0000 (06:36 +0530)
committerzooko <zooko@zooko.com>
Sun, 14 Jun 2009 01:06:57 +0000 (06:36 +0530)
Ignore-this: 2935c5fea2eee592d418f539c4080891

darcs-hash:fbbca4eeaa80fda92062f67aec5ad669666892ba

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);