aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-17 15:17:20 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-17 15:17:20 +0000
commit0a1206a34f2f454ae2e4beabf0218ab1742cbca1 (patch)
treed92ee5542bb0a837e61bca3f1b11aa73259708e8 /doc
parente2b3a05e1c50199186817f2c1f793d874eb5c475 (diff)
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. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@114203 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/CODING-GUIDELINES2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CODING-GUIDELINES b/doc/CODING-GUIDELINES
index af48159bc..aeca4a15b 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)