mirror of
https://github.com/javalsai/lidm.git
synced 2025-07-03 14:25:03 +02:00
12 lines
202 B
C
12 lines
202 B
C
#ifndef _UIH_
|
|
#define _UIH_
|
|
|
|
#include <config.h>
|
|
|
|
void setup(struct config);
|
|
int load(struct users_list *, struct sessions_list *);
|
|
void print_err(const char *);
|
|
void print_errno(const char *);
|
|
|
|
#endif
|