aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/lpc10/placev.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2001-04-12 21:27:48 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2001-04-12 21:27:48 +0000
commitb8d66d7e8f51b3db64794a14061d8eef34a8ee6e (patch)
tree5f950c694f57a650153c583a4a5096648798cee9 /codecs/lpc10/placev.c
parent0fa5481d13cf36b567e0ef59421802aaa5ce969f (diff)
Version 0.1.9 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@274 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs/lpc10/placev.c')
-rwxr-xr-xcodecs/lpc10/placev.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/codecs/lpc10/placev.c b/codecs/lpc10/placev.c
index c6fb87d68..c9189da69 100755
--- a/codecs/lpc10/placev.c
+++ b/codecs/lpc10/placev.c
@@ -1,8 +1,8 @@
/*
$Log$
-Revision 1.7 2001/04/12 21:27:53 markster
-Version 0.1.8 from FTP
+Revision 1.8 2001/04/12 21:27:53 markster
+Version 0.1.9 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.7 2001/04/12 21:27:53 markster
- * Version 0.1.8 from FTP
+ * Revision 1.8 2001/04/12 21:27:53 markster
+ * Version 0.1.9 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.