summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJack Moffitt <jack@xiph.org>2000-09-07 00:38:33 +0000
committerJack Moffitt <jack@xiph.org>2000-09-07 00:38:33 +0000
commitd5983e8d59cc20ea3c1fc47c245bbb2604386311 (patch)
tree49f77c2960e29a0ed79132a126cb1c12adc1f6ac /include
parent2f8289b807ebee104b82e56c52c063f04416881b (diff)
downloadogg-d5983e8d59cc20ea3c1fc47c245bbb2604386311.tar.gz
ack, some of the '_' were still lingering.
git-svn-id: http://svn.xiph.org/trunk/ogg@648 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'include')
-rw-r--r--include/ogg/ogg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ogg/ogg.h b/include/ogg/ogg.h
index 7853fa7..25a1ccc 100644
--- a/include/ogg/ogg.h
+++ b/include/ogg/ogg.h
@@ -108,7 +108,7 @@ extern long oggpack_read(oggpack_buffer *b,int bits);
extern long oggpack_read1(oggpack_buffer *b);
extern long oggpack_bytes(oggpack_buffer *b);
extern long oggpack_bits(oggpack_buffer *b);
-extern unsigned char *_oggpack_buffer(oggpack_buffer *b);
+extern unsigned char *oggpack_get_buffer(oggpack_buffer *b);
/* Ogg BITSTREAM PRIMITIVES: encoding **************************/