File: test_common.h

package info (click to toggle)
wzdftpd 0.8.1-2etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 5,440 kB
  • ctags: 3,559
  • sloc: ansic: 40,580; sh: 9,306; lex: 2,082; makefile: 528; sql: 206; perl: 18
file content (19 lines) | stat: -rw-r--r-- 321 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* common routines for tests */

void fake_mainConfig(void);

void fake_backend(void);
void fake_utf8(void);

extern wzd_user_t * f_user;
void fake_user(void);

extern wzd_group_t * f_group;
void fake_group(void);

extern wzd_context_t * f_context;
void fake_context(void);

void fake_proto(void);

void fake_exit(void);