]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/commitdiff
pyfec: trivial formatting tweak
authorzooko <zooko@zooko.com>
Sat, 27 Jan 2007 02:10:53 +0000 (07:40 +0530)
committerzooko <zooko@zooko.com>
Sat, 27 Jan 2007 02:10:53 +0000 (07:40 +0530)
darcs-hash:d70abcf9b6d0927f91e983cbd8f998cb02649b4d

pyfec/fec/fec.h

index d9056dc916205662e967601fc256cf56600c7071..376b867468ed067761cb858ac4bf7f37f0d4d063 100644 (file)
@@ -69,11 +69,11 @@ typedef unsigned char gf;
 typedef struct {
   unsigned long magic;
   unsigned char k, n;                     /* parameters of the code */
-  gf *enc_matrix;
+  gfenc_matrix;
 } fec_t;
 
-void fec_free (fec_t *p);
-fec_t *fec_new (unsigned char k, unsigned char n);
+void fec_free (fec_tp);
+fec_tfec_new (unsigned char k, unsigned char n);
 
 /**
  * @param inpkts the "primary shares" i.e. the chunks of the input data