[BACK]Return to vis.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/vis.h between version 1.9 and 1.10

version 1.9, 2003/08/01 17:38:33 version 1.10, 2004/10/17 20:25:31
Line 81 
Line 81 
                 __attribute__ ((__bounded__(__string__,1,3)));                  __attribute__ ((__bounded__(__string__,1,3)));
 int     strunvis(char *, const char *);  int     strunvis(char *, const char *);
 int     unvis(char *, char, int *, int);  int     unvis(char *, char, int *, int);
   ssize_t strnunvis(char *, const char *, size_t)
                   __attribute__ ((__bounded__(__string__,1,3)));
   
 __END_DECLS  __END_DECLS
   
 #endif /* !_VIS_H_ */  #endif /* !_VIS_H_ */

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10