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
commit93f5598a69fe27f91368009619c9d1aceb1f9fd3 (patch)
tree49f77c2960e29a0ed79132a126cb1c12adc1f6ac /include
parentaefbc637ccc659c7edba937a48199b208cfd3684 (diff)
downloadogg-git-93f5598a69fe27f91368009619c9d1aceb1f9fd3.tar.gz
ack, some of the '_' were still lingering.
svn path=/trunk/ogg/; revision=648
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 **************************/