summaryrefslogtreecommitdiff
path: root/daemon/gvfsafptypes.h
diff options
context:
space:
mode:
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2012-04-22 21:49:45 +0200
committerCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2012-08-09 21:06:05 +0200
commit98752a60b30575bc22375626f2c226cfdca04adf (patch)
tree2c95ac40a40676a025d721a2bb1bb559b099693a /daemon/gvfsafptypes.h
parentb355a34ca375c686f83279dfacd068607b35452a (diff)
downloadgvfs-98752a60b30575bc22375626f2c226cfdca04adf.tar.gz
afp: move definitions of GVfsAfp[Volume|Server] into gvfsafptypes.h
Diffstat (limited to 'daemon/gvfsafptypes.h')
-rw-r--r--daemon/gvfsafptypes.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/daemon/gvfsafptypes.h b/daemon/gvfsafptypes.h
new file mode 100644
index 00000000..b95befcb
--- /dev/null
+++ b/daemon/gvfsafptypes.h
@@ -0,0 +1,35 @@
+ /* GIO - GLib Input, Output and Streaming Library
+ *
+ * Copyright (C) Carl-Anton Ingmarsson 2012 <ca.ingmarsson@gmail.com>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General
+ * Public License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
+ * Boston, MA 02111-1307, USA.
+ *
+ * Author: Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
+ */
+
+#ifndef _GVFSAFPTYPES_H_
+#define _GVFSAFPTYPES_H_
+
+#include <glib-object.h>
+
+G_BEGIN_DECLS
+
+typedef struct _GVfsAfpServer GVfsAfpServer;
+typedef struct _GVfsAfpVolume GVfsAfpVolume;
+
+G_END_DECLS
+
+#endif /* _GVFSAFPTYPES_H_ */ \ No newline at end of file