root/trunk/midgard/apis/php5/php_midgard_compat.h
| Revision 10888, 1.0 kB (checked in by piotras, 2 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | /* |
| 2 | * Copyright (C) 2007 Piotr Pokora <piotrek.pokora@gmail.com> |
| 3 | * |
| 4 | * This program is free software; you can redistribute it and/or modify it |
| 5 | * under the terms of the GNU Lesser General Public License as published |
| 6 | * by the Free Software Foundation; either version 2 of the License, or |
| 7 | * (at your option) any later version. |
| 8 | * |
| 9 | * This program is distributed in the hope that it will be useful, |
| 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 12 | * GNU General Public License for more details. |
| 13 | * |
| 14 | * You should have received a copy of the GNU General Public License |
| 15 | * along with this program; if not, write to the Free Software |
| 16 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 17 | */ |
| 18 | |
| 19 | #include "php_midgard.h" |
| 20 | #include "php_midgard_gobject.h" |
| 21 | |
| 22 | PHP_FUNCTION(mgd_version); |
| 23 | PHP_FUNCTION(mgd_errno); |
| 24 | PHP_FUNCTION(mgd_errstr); |
| 25 | PHP_FUNCTION(mgd_auth_midgard); |
| 26 | PHP_FUNCTION(mgd_unsetuid); |
| 27 | PHP_FUNCTION(mgd_issetuid); |
| 28 | PHP_FUNCTION(mgd_set_lang); |
| 29 | PHP_FUNCTION(mgd_get_lang); |
Note: See TracBrowser for help on using the browser.
