From: Tilghman Lesher Date: Thu, 17 Apr 2008 15:12:52 +0000 (+0000) Subject: fileio.h does not exist; io.h does, though. X-Git-Tag: 1.6.2.0-beta1~2451 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=631d8e5fbe6587f69acf5f7f097e6a21d95341b9;p=thirdparty%2Fasterisk.git fileio.h does not exist; io.h does, though. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114202 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/doc/CODING-GUIDELINES b/doc/CODING-GUIDELINES index af48159bc7..aeca4a15b9 100644 --- a/doc/CODING-GUIDELINES +++ b/doc/CODING-GUIDELINES @@ -85,7 +85,7 @@ of 'public' members of a class). As an example: 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)