[asterisk-commits] tilghman: branch 1.6.0 r114203 - in /branches/1.6.0: ./ doc/CODING-GUIDELINES
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Apr 17 10:17:21 CDT 2008
Author: tilghman
Date: Thu Apr 17 10:17:20 2008
New Revision: 114203
URL: http://svn.digium.com/view/asterisk?view=rev&rev=114203
Log:
Merged revisions 114202 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r114202 | tilghman | 2008-04-17 10:12:52 -0500 (Thu, 17 Apr 2008) | 2 lines
fileio.h does not exist; io.h does, though.
........
Modified:
branches/1.6.0/ (props changed)
branches/1.6.0/doc/CODING-GUIDELINES
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.0/doc/CODING-GUIDELINES
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/doc/CODING-GUIDELINES?view=diff&rev=114203&r1=114202&r2=114203
==============================================================================
--- branches/1.6.0/doc/CODING-GUIDELINES (original)
+++ branches/1.6.0/doc/CODING-GUIDELINES Thu Apr 17 10:17:20 2008
@@ -85,7 +85,7 @@
if you are implementing a module, this should be included in one
of the files that are linked with the module.
- asterisk/fileio.h
+ asterisk/io.h
access to extra file I/O functions (stat, fstat, playing with
directories etc)
More information about the asterisk-commits
mailing list