File: hp.h

package info (click to toggle)
libinklevel 0.9.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,840 kB
  • sloc: sh: 4,488; ansic: 4,422; python: 44; makefile: 26
file content (20 lines) | stat: -rw-r--r-- 381 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* hp.h
 *
 * (c) 2009 Markus Heinz
 *
 * This software is licensed under the terms of the GPL.
 * For details see file COPYING.
 */

#ifndef HP_H
#define HP_H

#include "inklevel.h"

int parse_device_id_old_hp(char tags[NR_TAGS][BUFLEN], int n,
			   struct ink_level *level);

int parse_device_id_new_hp(char tags[NR_TAGS][BUFLEN], int n,
			   struct ink_level *level);

#endif