portingtools/src/server.hpp

8 lines
104 B
C++
Raw Normal View History

2022-11-09 16:08:54 +01:00
#pragma once
2022-11-07 01:01:36 +01:00
#include <stdexcept>
2022-11-05 18:07:20 +01:00
#include <sys/types.h>
namespace server {
2022-11-09 22:02:26 +01:00
void run(key_t key);
2022-11-05 18:07:20 +01:00
}