2002-09-24 06:08:50 +08:00
|
|
|
//
|
2002-12-10 21:21:41 +08:00
|
|
|
// ZoneMinder Core Interfaces, $Date$, $Revision$
|
2008-07-25 17:23:20 +08:00
|
|
|
// $Copyright$
|
2002-09-24 06:08:50 +08:00
|
|
|
//
|
|
|
|
// This program is free software; you can redistribute it and/or
|
|
|
|
// modify it under the terms of the GNU General Public License
|
|
|
|
// as published by the Free Software Foundation; either version 2
|
|
|
|
// of the License, or (at your option) any later version.
|
|
|
|
//
|
|
|
|
// This program is distributed in the hope that it will be useful,
|
|
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
// GNU General Public License for more details.
|
|
|
|
//
|
|
|
|
// You should have received a copy of the GNU General Public License
|
|
|
|
// along with this program; if not, write to the Free Software
|
2016-12-26 23:23:16 +08:00
|
|
|
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
2002-09-24 06:08:50 +08:00
|
|
|
//
|
|
|
|
|
2015-04-03 19:16:16 +08:00
|
|
|
|
2003-03-26 19:58:03 +08:00
|
|
|
#ifndef ZM_H
|
|
|
|
#define ZM_H
|
2003-03-11 23:17:30 +08:00
|
|
|
|
2021-02-03 00:51:22 +08:00
|
|
|
extern const char *self;
|
2013-10-07 07:37:50 +08:00
|
|
|
|
2003-03-26 19:58:03 +08:00
|
|
|
#endif // ZM_H
|