From 98752a60b30575bc22375626f2c226cfdca04adf Mon Sep 17 00:00:00 2001 From: Carl-Anton Ingmarsson Date: Sun, 22 Apr 2012 21:49:45 +0200 Subject: afp: move definitions of GVfsAfp[Volume|Server] into gvfsafptypes.h --- daemon/gvfsafptypes.h | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 daemon/gvfsafptypes.h (limited to 'daemon/gvfsafptypes.h') 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 + * + * 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 + */ + +#ifndef _GVFSAFPTYPES_H_ +#define _GVFSAFPTYPES_H_ + +#include + +G_BEGIN_DECLS + +typedef struct _GVfsAfpServer GVfsAfpServer; +typedef struct _GVfsAfpVolume GVfsAfpVolume; + +G_END_DECLS + +#endif /* _GVFSAFPTYPES_H_ */ \ No newline at end of file -- cgit v1.2.1