mirror of
https://github.com/javalsai/lidm.git
synced 2025-07-04 23:08:42 +02:00
12 lines
198 B
C
12 lines
198 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
|