nxcups.h

来自「linux下的终端管理工具源码」· C头文件 代码 · 共 39 行

H
39
字号
/***************************************************************************//*                                                                         *//* Copyright (c) 2005, 2006 2X Software Ltd, http://www.2X.com., NoMachine *//*                                                                         *//* NXCLIENT, NX protocol compression and NX extensions to this software    *//* are copyright of Nomachine. Redistribution and use of the present       *//* software is allowed according to terms specified in the file LICENSE    *//* which comes in the source distribution.                                 *//*                                                                         *//* NX and NoMachine are trademarks of Medialogic S.p.A.                    *//*                                                                         *//* 2X is a trademark of 2X Software Ltd.                                   *//*                                                                         *//* All rights reserved.                                                    *//*                                                                         *//***************************************************************************/#ifndef NXCUPS_H#define NXCUPS_Htypedef struct CupsPrinterDriverInfo_s{  char *name;  char *driver;  char *vendor;  char *language;  struct CupsPrinterDriverInfo_s *next;} CupsPrinterDriverInfo_t;//this is ugly need better error handling probably //we should send the pointer as parameter//now we have only the NULL pointer returned for all the//problemsCupsPrinterDriverInfo_t *getPrinterDrivers();#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?