mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
* src/ejabberd_ctl.erl: Partially rewritten
* src/ejabberd_ctl.hrl: Definitions of exit status codes moved here SVN Revision: 506
This commit is contained in:
parent
3eb1b59e64
commit
904300ce04
@ -1,6 +1,8 @@
|
|||||||
2006-02-13 Alexey Shchepin <alexey@sevcom.net>
|
2006-02-13 Alexey Shchepin <alexey@sevcom.net>
|
||||||
|
|
||||||
* src/ejabberd_ctl.erl: Partially rewritten
|
* src/ejabberd_ctl.erl: Partially rewritten
|
||||||
|
* src/ejabberd_ctl.hrl: Definitions of exit status codes moved
|
||||||
|
here
|
||||||
|
|
||||||
2006-02-12 Alexey Shchepin <alexey@sevcom.net>
|
2006-02-12 Alexey Shchepin <alexey@sevcom.net>
|
||||||
|
|
||||||
|
12
src/ejabberd_ctl.hrl
Normal file
12
src/ejabberd_ctl.hrl
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
%%%----------------------------------------------------------------------
|
||||||
|
%%% 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).
|
Loading…
Reference in New Issue
Block a user