summaryrefslogtreecommitdiff
path: root/codecs/lpc10/placea.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2001-04-12 21:27:52 +0000
committerMark Spencer <markster@digium.com>2001-04-12 21:27:52 +0000
commit959a650313ef0da3f488fcb5d241c666d3b7c9e9 (patch)
tree6fa1ca595b7d47d20a3d1a51ce8e4786235b64aa /codecs/lpc10/placea.c
parent01cad2462903e78bb2b10f791a2f8b61c797ed87 (diff)
Version 0.2.0 from FTP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@278 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'codecs/lpc10/placea.c')
-rwxr-xr-xcodecs/lpc10/placea.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/codecs/lpc10/placea.c b/codecs/lpc10/placea.c
index 99d9df347..c481e4fb5 100755
--- a/codecs/lpc10/placea.c
+++ b/codecs/lpc10/placea.c
@@ -1,8 +1,8 @@
/*
$Log$
-Revision 1.11 2001/04/12 21:27:53 markster
-Version 0.1.12 from FTP
+Revision 1.12 2001/04/12 21:27:53 markster
+Version 0.2.0 from FTP
Revision 1.3 2001/04/12 21:27:53 markh
app_record now supports wildcards of sort so your output file is not overwritten every time it's run. File.h got a documentation update on the ast_fileexists to include the return call. Watch out for the placea.c placev.c code, it's updates have not been tested yet. Just a few parenthesis to make it compile nicer on newer gcc versions with all the -W flags set.
@@ -32,8 +32,8 @@ extern int placea_(integer *ipitch, integer *voibuf, integer *obound, integer *a
/* PLACEA Version 48 */
/* $Log$
- * Revision 1.11 2001/04/12 21:27:53 markster
- * Version 0.1.12 from FTP
+ * Revision 1.12 2001/04/12 21:27:53 markster
+ * Version 0.2.0 from FTP
*
/* Revision 1.3 2001/04/12 21:27:53 markh
/* app_record now supports wildcards of sort so your output file is not overwritten every time it's run. File.h got a documentation update on the ast_fileexists to include the return call. Watch out for the placea.c placev.c code, it's updates have not been tested yet. Just a few parenthesis to make it compile nicer on newer gcc versions with all the -W flags set.