portingtools/src/server.hpp

5 lines
66 B
C++

#include <sys/types.h>
namespace server {
void run(key_t key);
}