diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-03-31 21:22:10 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-03-31 21:22:10 +0000 |
commit | 792b28ec3eb755fda79f986da27e19bec7c552ac (patch) | |
tree | 55069db41d90149b6c89d6681431a5289c8faf74 /compat/vis.h | |
parent | 6c27f1c33533bbc3223661d21cf43d97dee55c80 (diff) | |
download | rtmux-792b28ec3eb755fda79f986da27e19bec7c552ac.tar.gz rtmux-792b28ec3eb755fda79f986da27e19bec7c552ac.tar.bz2 rtmux-792b28ec3eb755fda79f986da27e19bec7c552ac.zip |
Most of AIX support.
Diffstat (limited to 'compat/vis.h')
-rw-r--r-- | compat/vis.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compat/vis.h b/compat/vis.h index 23ae0469..d4a43af5 100644 --- a/compat/vis.h +++ b/compat/vis.h @@ -73,7 +73,6 @@ #include <sys/cdefs.h> -__BEGIN_DECLS char *vis(char *, int, int, int); int strvis(char *, const char *, int); int strnvis(char *, const char *, size_t, int); @@ -82,6 +81,4 @@ int strunvis(char *, const char *); int unvis(char *, char, int *, int); ssize_t strnunvis(char *, const char *, size_t); -__END_DECLS - #endif /* !_VIS_H_ */ |