diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-24 20:16:25 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-24 20:16:25 +0000 |
commit | 8f602d46b55345893f5d8d13d73753e1878ea21d (patch) | |
tree | b6b483130fc0a67ece5bba2ff86a87f9e41bfa6d /libmom | |
parent | d1df6aa36d4c408660069c64d9edc3db16bf1be1 (diff) |
*** empty log message ***
Diffstat (limited to 'libmom')
-rw-r--r-- | libmom/mom-errors.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libmom/mom-errors.h b/libmom/mom-errors.h index b752369f..85a35d5e 100644 --- a/libmom/mom-errors.h +++ b/libmom/mom-errors.h @@ -42,4 +42,6 @@ enum __momerrors_error_codes EMOM_SERVER_DIED = _MOM_ERRNO (3) }; +typedef enum __momerrors_error_codes mom_error_t; + |