netatalk  4.4.0dev
Free and Open Source Apple Filing Protocol (AFP) Server
Loading...
Searching...
No Matches
printcap.h
Go to the documentation of this file.
1#ifndef PAPD_PRINTCAP_H
2#define PAPD_PRINTCAP_H 1
3
4#include <sys/types.h>
5
6int getprent(char *, char *, int);
7int pnchktc(char *);
8int pgetflag(char *);
9void endprent(void);
10int pgetent(char *, char *, const char *);
11int pgetnum(char *);
12int pnamatch(const char *);
13
14#endif /* PAPD_PRINTCAP_H */
int pnchktc(char *)
int pgetflag(char *)
int pgetent(char *, char *, const char *)
int getprent(char *, char *, int)
Definition printcap.c:94
int pgetnum(char *)
void endprent(void)
Definition printcap.c:162
int pnamatch(const char *)