10 lines
187 B
C
10 lines
187 B
C
#ifndef SERVER_PROBLEMS_H
|
|
#define SERVER_PROBLEMS_H
|
|
|
|
#include "server/types.h"
|
|
|
|
int problems_handler(mg_connection* conn, void* cbdata);
|
|
|
|
extern char* secret;
|
|
|
|
#endif // SERVER_PROBLEMS_H
|