Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/acccre-server.h
diff options
context:
space:
mode:
Diffstat (limited to 'acccre-server.h')
-rw-r--r--acccre-server.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/acccre-server.h b/acccre-server.h
index d030c6b..5db8b24 100644
--- a/acccre-server.h
+++ b/acccre-server.h
@@ -20,9 +20,15 @@ const int sigs[] = {
SIGXFSZ
};
+int parse(char *str);
+
+void *reg(void *args);
+void *chpasswd(void *args);
+void *nop(void *args);
+
#define BUFFER_SIZE 100
#define DEFAULT_PATH "./acccre.sock"
/* Taken from https://pubs.opengroup.org/onlinepubs/9799919799/ */
#define MAX_SUN_PATH sizeof(((struct sockaddr_un *)0)->sun_path)
typedef uint16_t acccre_size_t;
-
+const char *separator = "\t";