diff options
Diffstat (limited to 'indexer_JPIP/bio.h')
| -rw-r--r-- | indexer_JPIP/bio.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/indexer_JPIP/bio.h b/indexer_JPIP/bio.h index ed412bdc..eea6cff0 100644 --- a/indexer_JPIP/bio.h +++ b/indexer_JPIP/bio.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2001-2002, David Janssens - * Copyright (c) 2003, Yannick Verschueren - * Copyright (c) 2003, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium + * Copyright (c) 2003-2004, Yannick Verschueren + * Copyright (c) 2003-2004, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -30,9 +30,7 @@ #define __BIO_H int bio_numbytes(); -void bio_init_enc(unsigned char *bp, int len); void bio_init_dec(unsigned char *bp, int len); -void bio_write(int v, int n); int bio_read(int n); int bio_flush(); int bio_inalign(); |
