7 lines
97 B
C
Executable File
7 lines
97 B
C
Executable File
#ifndef PROTOCOLS_H_
|
|
#define PROTOCOLS_H_
|
|
|
|
void protocols_init(void);
|
|
|
|
#endif /* PROTOCOLS_H_ */
|