Deleted Added
full compact
nl_types.h (93032) nl_types.h (103521)
1/* $FreeBSD: head/include/nl_types.h 93032 2002-03-23 17:24:55Z imp $ */
1/* $FreeBSD: head/include/nl_types.h 103521 2002-09-18 05:51:23Z mike $ */
2
3/***********************************************************
4Copyright 1990, by Alfalfa Software Incorporated, Cambridge, Massachusetts.
5
6 All Rights Reserved
7
8Permission to use, copy, modify, and distribute this software and its
9documentation for any purpose and without fee is hereby granted,

--- 24 unchanged lines hidden (view full) ---

34
35#ifndef _NL_TYPES_H_
36#define _NL_TYPES_H_
37#include <sys/cdefs.h>
38
39#define NL_SETD 0
40#define NL_CAT_LOCALE 1
41
2
3/***********************************************************
4Copyright 1990, by Alfalfa Software Incorporated, Cambridge, Massachusetts.
5
6 All Rights Reserved
7
8Permission to use, copy, modify, and distribute this software and its
9documentation for any purpose and without fee is hereby granted,

--- 24 unchanged lines hidden (view full) ---

34
35#ifndef _NL_TYPES_H_
36#define _NL_TYPES_H_
37#include <sys/cdefs.h>
38
39#define NL_SETD 0
40#define NL_CAT_LOCALE 1
41
42typedef int nl_item;
42#ifndef _NL_ITEM_DECLARED
43typedef __nl_item nl_item;
44#define _NL_ITEM_DECLARED
45#endif
46
43typedef void *nl_catd;
44
45__BEGIN_DECLS
46extern nl_catd catopen(__const char *, int);
47extern char *catgets(nl_catd, int, int, __const char *);
48extern int catclose(nl_catd);
49__END_DECLS
50
51#endif /* _NL_TYPES_H_ */
47typedef void *nl_catd;
48
49__BEGIN_DECLS
50extern nl_catd catopen(__const char *, int);
51extern char *catgets(nl_catd, int, int, __const char *);
52extern int catclose(nl_catd);
53__END_DECLS
54
55#endif /* _NL_TYPES_H_ */