repo.or.cz
/
vde.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
VDE 2.1.6, 2006-12-21
[vde.git]
/
vdetelweb
/
vdetelweb.h
blob
5c552e97585df4f808f225425b525e28402313fa
1
#ifndef _VDETELWEB_H
2
#define _VDETELWEB_H
3
#define BUFSIZE 1024
4
#define LWIPV6DL
5
extern
void
*
status
[];
6
7
extern
char
*
banner
;
8
extern
char
*
passwd
;
9
extern
char
*
prompt
;
10
11
void
printlog
(
int
priority
,
const char
*
format
, ...);
12
13
#endif