diff options
Diffstat (limited to 'src/msm/util.h')
-rw-r--r-- | src/msm/util.h | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/src/msm/util.h b/src/msm/util.h deleted file mode 100644 index 76704bb..0000000 --- a/src/msm/util.h +++ /dev/null @@ -1,48 +0,0 @@ -/* msm utils */ - -/* - * Copyright (C) 2001 Havoc Pennington - * - * 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 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - */ - -#ifndef MSM_UTIL_H -#define MSM_UTIL_H - -#include <glib.h> - -/* FIXME */ -#include <config.h> -#define _(x) x -#define N_(x) x - -void msm_warning (const char *format, - ...) G_GNUC_PRINTF (1, 2); -void msm_fatal (const char *format, - ...) G_GNUC_PRINTF (1, 2); - -void msm_quit (void); - -const char* msm_get_work_directory (void); - -char* msm_non_glib_strdup (const char *src); -void* msm_non_glib_malloc (int bytes); - -gboolean msm_create_dir_and_parents (const char *dir, - int mode, - GError **error); - -#endif |