summaryrefslogtreecommitdiff
path: root/codecs/G711a/G711adecode.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-09-02 06:39:43 +0000
committerGuy Harris <guy@alum.mit.edu>2006-09-02 06:39:43 +0000
commit0ec3e5661f5c12731a69a15d4a1d1ef6ca19aa66 (patch)
tree833928513cb31527c5bd1c334f234af05cef8dd6 /codecs/G711a/G711adecode.h
parente7135c63bb5a3b13b02a5513cae346d68f209bd5 (diff)
downloadwireshark-0ec3e5661f5c12731a69a15d4a1d1ef6ca19aa66.tar.gz
Move the codecs into a top-level "codecs" subdirectory; there's no
guarantee that all programs using the codecs will necessarily be using GTK+. svn path=/trunk/; revision=19117
Diffstat (limited to 'codecs/G711a/G711adecode.h')
-rw-r--r--codecs/G711a/G711adecode.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/codecs/G711a/G711adecode.h b/codecs/G711a/G711adecode.h
new file mode 100644
index 0000000000..779203a212
--- /dev/null
+++ b/codecs/G711a/G711adecode.h
@@ -0,0 +1,3 @@
+
+decodeG711a(void *input, int inputSizeBytes, void *output, int *outputSizeBytes);
+