netatalk
4.4.3
Free and Open Source Apple Filing Protocol (AFP) Server
Toggle main menu visibility
Loading...
Searching...
No Matches
ppd.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 1995 Regents of The University of Michigan.
3
* All Rights Reserved. See COPYRIGHT.
4
*/
5
6
#ifndef PAPD_PPD_H
7
#define PAPD_PPD_H 1
8
9
#include <sys/types.h>
10
11
struct
ppd_font
{
12
char
*
pd_font
;
13
struct
ppd_font
*
pd_next
;
14
};
15
16
struct
ppd_feature
{
17
char
*
pd_name
;
18
char
*
pd_value
;
19
};
20
21
struct
ppd_feature
*
ppd_feature
(
const
char
*,
int
);
22
struct
ppd_font
*
ppd_font
(
char
*);
23
int
read_ppd
(
char
*,
int
);
24
25
#endif
/* PAPD_PPD_H */
read_ppd
int read_ppd(char *, int)
Definition
ppd.c:200
ppd_feature
struct ppd_feature * ppd_feature(const char *, int)
Definition
ppd.c:297
ppd_font
struct ppd_font * ppd_font(char *)
Definition
ppd.c:277
ppd_feature
Definition
ppd.h:16
ppd_feature::pd_value
char * pd_value
Definition
ppd.h:18
ppd_feature::pd_name
char * pd_name
Definition
ppd.h:17
ppd_font
Definition
ppd.h:11
ppd_font::pd_next
struct ppd_font * pd_next
Definition
ppd.h:13
ppd_font::pd_font
char * pd_font
Definition
ppd.h:12
etc
papd
ppd.h
Generated by
1.17.0