1N/A/*
1N/A * Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved.
1N/A *
1N/A * This file is licensed under either the Academic Free License
1N/A * version 2.1 or The GNU General Public License version 2.
1N/A */
1N/A
1N/A#ifndef _PRINTER_H
1N/A#define _PRINTER_H
1N/A
1N/A#include <libhal.h>
1N/A
1N/Aextern int ieee1284_devid_to_printer_info(char *devid_string,
1N/A char **manufacturer, char **model, char **description,
1N/A char **class, char **serial_no, char ***command_set);
1N/A
1N/Aextern int add_printer_info(LibHalChangeSet *cs, char *udi, char *manufacturer,
1N/A char *model, char *serial_number, char *description,
1N/A char **command_set, char *device);
1N/A
1N/A#endif /* _PRINTER_H */