Initial original import from: fuse-2.4.2-2.fc4
[captive.git] / src / libcaptive / include / captive / client.h
index 601ae91..9c3b749 100644 (file)
@@ -1,6 +1,6 @@
 /* $Id$
- * Include file with client-application access to libcaptive
- * Copyright (C) 2002 Jan Kratochvil <project-captive@jankratochvil.net>
+ * Include file with client utility functions of libcaptive
+ * Copyright (C) 2003 Jan Kratochvil <project-captive@jankratochvil.net>
  * 
  * 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
 #define _CAPTIVE_CLIENT_H 1
 
 
-#include <glib/gmacros.h>
 #include <glib/gtypes.h>
 
 
 G_BEGIN_DECLS
 
-gboolean captive_init(const gchar *fs_path,const gchar *image_pathname);
-gboolean captive_cleanup(void);
+gchar *captive_path_normalize(const gchar *raw_pathname);
+void captive_standalone_init(void);
+void captive_standalone_gnome_init(void);
 
 G_END_DECLS