mirror of
https://github.com/javalsai/lidm.git
synced 2025-07-04 06:48:42 +02:00
13 lines
220 B
C
13 lines
220 B
C
#ifndef _UIH_
|
|
#define _UIH_
|
|
|
|
#include "config.h"
|
|
#include "util.h"
|
|
|
|
void setup(struct config);
|
|
int load(struct Vector* users, struct Vector* sessions);
|
|
void print_err(const char*);
|
|
void print_errno(const char*);
|
|
|
|
#endif
|