File: print.h

package info (click to toggle)
baresip 1.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,328 kB
  • sloc: ansic: 53,606; cpp: 2,268; makefile: 332; objc: 320; python: 259; sh: 40; xml: 19
file content (11 lines) | stat: -rw-r--r-- 211 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
/**
 * @file print.h Interface to Input event device info
 *
 * Copyright (C) 2010 Alfred E. Heggestad
 */


void print_name(int fd);
void print_events(int fd);
void print_keys(int fd);
void print_leds(int fd);