mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-09 15:19:11 +02:00
10 lines
153 B
C
10 lines
153 B
C
#ifndef PARSE_H
|
|
|
|
#define PARSE_H
|
|
|
|
struct cg_server;
|
|
|
|
int
|
|
parse_rc_line(struct cg_server *server, char *line);
|
|
|
|
#endif /* end of include guard PARSE_H */
|