repo.or.cz
/
tomato.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PHP: enable exif
[tomato.git]
/
release
/
src
/
router
/
pptpd
/
pptpctrl.h
blob
3d01796ec212f0bca654fdbf02ddf43597f089a3
1
/*
2
* pptpctrl.h
3
*
4
* PPTP control function prototypes.
5
*
6
* $Id: pptpctrl.h,v 1.1.1.1 2002/06/21 08:52:01 fenix_nl Exp $
7
*/
8
9
#ifndef _PPTPD_PPTPCTRL_H
10
#define _PPTPD_PPTPCTRL_H
11
12
extern
int
pptpctrl_debug
;
13
14
#endif
/* !_PPTPD_PPTPCTRL_H */