portingtools/src/server.hpp

6 lines
66 B
C++

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