mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-21 03:34:54 +00:00
initial commit
This commit is contained in:
27
src/dragonfail_error.h
Normal file
27
src/dragonfail_error.h
Normal file
@@ -0,0 +1,27 @@
|
||||
#ifndef H_DRAGONFAIL_ERROR
|
||||
#define H_DRAGONFAIL_ERROR
|
||||
|
||||
enum dgn_error
|
||||
{
|
||||
DGN_OK, // do not remove
|
||||
|
||||
DGN_NULL,
|
||||
DGN_ALLOC,
|
||||
DGN_BOUNDS,
|
||||
DGN_DOMAIN,
|
||||
DGN_MLOCK,
|
||||
DGN_XSESSIONS_DIR,
|
||||
DGN_XSESSIONS_OPEN,
|
||||
DGN_PATH,
|
||||
DGN_CHDIR,
|
||||
DGN_PWNAM,
|
||||
DGN_USER_INIT,
|
||||
DGN_USER_GID,
|
||||
DGN_USER_UID,
|
||||
DGN_PAM,
|
||||
DGN_HOSTNAME,
|
||||
|
||||
DGN_SIZE, // do not remove
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user