aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/lpc10
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2001-04-12 21:27:50 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2001-04-12 21:27:50 +0000
commitf5167ef351d19832447a897efe4171862b2b4d70 (patch)
treee024006455c6be50fefbc19f8ba40b7913a748e9 /codecs/lpc10
parent8a3897d0835a27763cf5bf566db88626f727b392 (diff)
Version 0.1.11 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@276 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs/lpc10')
-rwxr-xr-xcodecs/lpc10/placea.c8
-rwxr-xr-xcodecs/lpc10/placev.c8
2 files changed, 8 insertions, 8 deletions
diff --git a/codecs/lpc10/placea.c b/codecs/lpc10/placea.c
index e04776a48..33f66f123 100755
--- a/codecs/lpc10/placea.c
+++ b/codecs/lpc10/placea.c
@@ -1,8 +1,8 @@
/*
$Log$
-Revision 1.9 2001/04/12 21:27:53 markster
-Version 0.1.10 from FTP
+Revision 1.10 2001/04/12 21:27:53 markster
+Version 0.1.11 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.9 2001/04/12 21:27:53 markster
- * Version 0.1.10 from FTP
+ * Revision 1.10 2001/04/12 21:27:53 markster
+ * Version 0.1.11 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.
diff --git a/codecs/lpc10/placev.c b/codecs/lpc10/placev.c
index 5f0db1da3..39cdd6853 100755
--- a/codecs/lpc10/placev.c
+++ b/codecs/lpc10/placev.c
@@ -1,8 +1,8 @@
/*
$Log$
-Revision 1.9 2001/04/12 21:27:53 markster
-Version 0.1.10 from FTP
+Revision 1.10 2001/04/12 21:27:53 markster
+Version 0.1.11 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 placev_(integer *osbuf, integer *osptr, integer *oslen, integer *obou
/* PLACEV Version 48 */
/* $Log$
- * Revision 1.9 2001/04/12 21:27:53 markster
- * Version 0.1.10 from FTP
+ * Revision 1.10 2001/04/12 21:27:53 markster
+ * Version 0.1.11 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.