mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-04 15:36:57 +01:00
904300ce04
* src/ejabberd_ctl.hrl: Definitions of exit status codes moved here SVN Revision: 506
13 lines
441 B
Erlang
13 lines
441 B
Erlang
%%%----------------------------------------------------------------------
|
|
%%% File : ejabberd_ctl.hrl
|
|
%%% Author : Alexey Shchepin <alexey@sevcom.net>
|
|
%%% Purpose :
|
|
%%% Created : 13 Feb 2006 by Alexey Shchepin <alexey@sevcom.net>
|
|
%%% Id : $Id$
|
|
%%%----------------------------------------------------------------------
|
|
|
|
-define(STATUS_SUCCESS, 0).
|
|
-define(STATUS_ERROR, 1).
|
|
-define(STATUS_USAGE, 2).
|
|
-define(STATUS_BADRPC, 3).
|