2014-10-13 19:08:57 -07:00
|
|
|
/*
|
|
|
|
* geanyfunctions.h - this file is part of Geany, a fast and lightweight IDE
|
|
|
|
*
|
|
|
|
* Copyright 2014 Matthew Brush <mbrush@codebrainz.ca>
|
2009-08-20 12:16:28 +00:00
|
|
|
*
|
2014-10-13 19:08:57 -07: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.
|
2008-12-04 16:17:04 +00:00
|
|
|
*
|
2014-10-13 19:08:57 -07:00
|
|
|
* 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.
|
2009-07-14 13:26:19 +00:00
|
|
|
*
|
2014-10-13 19:08:57 -07:00
|
|
|
* You should have received a copy of the GNU General Public License along
|
|
|
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
|
|
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
2008-12-04 16:17:04 +00:00
|
|
|
*/
|
2008-12-02 18:33:41 +00:00
|
|
|
|
2014-10-13 19:08:57 -07:00
|
|
|
/* This file exists purely for backwards compatibility. */
|
|
|
|
|
2008-12-02 17:05:50 +00:00
|
|
|
#ifndef GEANY_FUNCTIONS_H
|
2014-10-13 19:08:57 -07:00
|
|
|
#define GEANY_FUNCTIONS_H 1
|
2008-12-02 17:05:50 +00:00
|
|
|
|
2015-04-05 00:27:47 +00:00
|
|
|
#include "geanyplugin.h"
|
2008-12-02 17:05:50 +00:00
|
|
|
|
2014-10-13 19:08:57 -07:00
|
|
|
#endif /* GEANY_FUNCTIONS */
|