aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-17 15:12:52 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-17 15:12:52 +0000
commit084bd8a463179390015f85df1e6024c8fa643670 (patch)
treed45d52c229bb7d63783638ca2acf4408c2c229e9 /doc
parent7efc47b0760ce7381eae558f6eddad0aa309eccc (diff)
fileio.h does not exist; io.h does, though.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@114202 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)