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

Diff for /src/include/locale.h between version 1.3 and 1.4

version 1.3, 1999/06/11 22:47:48 version 1.4, 2002/02/16 21:27:17
Line 81 
Line 81 
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
   
 __BEGIN_DECLS  __BEGIN_DECLS
 struct lconv    *localeconv __P((void));  struct lconv    *localeconv(void);
 char            *setlocale __P((int, const char *));  char            *setlocale(int, const char *);
 __END_DECLS  __END_DECLS
   
 #endif /* _LOCALE_H_ */  #endif /* _LOCALE_H_ */

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4