initial commit

Signed-off-by: Ian Moffett <ian@mirocom.org>
This commit is contained in:
2026-05-02 01:10:56 -04:00
commit 6cdb9a2a9c
10 changed files with 108 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
/*
* Copyright (c) 2026, Chloe Moffett
* Provided under the BSD-3 clause
*/
#ifndef ENDPOINT_COMMON_H
#define ENDPOINT_COMMON_H 1
/* Server software version */
#define SERVER_VERSION "0.0.1"
#endif /* !ENDPOINT_COMMON_H */