18 lines
300 B
Plaintext
18 lines
300 B
Plaintext
/* $Id$ */
|
|
|
|
|
|
|
|
#ifndef Test_Test_H
|
|
# define Test_Test_H
|
|
|
|
# include <stdbool.h>
|
|
# include <stdint.h>
|
|
# include <System/App.h>
|
|
|
|
|
|
/* calls */
|
|
void Test_Test(App * app, AppServerClient * client, int32_t i32);
|
|
void Test_Test2(App * app, AppServerClient * client, int32_t * i32);
|
|
|
|
#endif /* !Test_Test_H */
|