blob: 4588360abf37644da45fae85c195c149322324f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/* Copyright (C) 1999 Aladdin Enterprises. All rights reserved.
This software is licensed to a single customer by Artifex Software Inc.
under the terms of a specific OEM agreement.
*/
/*$RCSfile$ $Revision$ */
/* Interface for creating a sample device CRD */
#ifndef gdevdcrd_INCLUDED
#define gdevdcrd_INCLUDED
/* Implement get_params for a sample device CRD. */
int sample_device_crd_get_params(P3(gx_device *pdev, gs_param_list *plist,
const char *crd_param_name));
#endif /* gdevdcrd_INCLUDED */
|