~vcs-imports/qemu/git

« back to all changes in this revision

Viewing changes to slirp/debug.h

  • Committer: pbrook
  • Date: 2006-10-22 00:18:54 UTC
  • Revision ID: git-v1:e6e5906b6e0a81718066ca43aef57515026c6624
ColdFire target.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2196 c046a42c-6fe2-441c-8c8c-71466251a162

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * Copyright (c) 1995 Danny Gasparovski.
3
 
 *
4
 
 * Please read the file COPYRIGHT for the
 
3
 * 
 
4
 * Please read the file COPYRIGHT for the 
5
5
 * terms and conditions of the copyright.
6
6
 */
7
7
 
37
37
#endif
38
38
 
39
39
void debug_init _P((char *, int));
 
40
//void ttystats _P((struct ttys *));
 
41
void allttystats _P((void));
 
42
void ipstats _P((void));
 
43
void vjstats _P((void));
 
44
void tcpstats _P((void));
 
45
void udpstats _P((void));
 
46
void icmpstats _P((void));
 
47
void mbufstats _P((void));
 
48
void sockstats _P((void));
 
49
void slirp_exit _P((int));
40
50