7 lines
86 B
C
7 lines
86 B
C
|
#ifndef FAKE_H_
|
||
|
#define FAKE_H_
|
||
|
|
||
|
void request_fake(void);
|
||
|
|
||
|
#endif /* FAKE_H_ */
|