portingtools/src/server.hpp

7 lines
87 B
C++

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