aboutsummaryrefslogtreecommitdiffstats
path: root/libversit/vcc.h
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-01-22 06:38:57 +0800
committerArturo Espinosa <unammx@src.gnome.org>2000-01-22 06:38:57 +0800
commit9764088cda82b0f7d79d1d1d7170f4311c8e9465 (patch)
tree4e762b0dff9ba068819e6ecd7fcc2e7e0ffd0c25 /libversit/vcc.h
parentfe547e35612befdaf9932c2be6421c1664306959 (diff)
downloadgsoc2013-evolution-9764088cda82b0f7d79d1d1d7170f4311c8e9465.tar
gsoc2013-evolution-9764088cda82b0f7d79d1d1d7170f4311c8e9465.tar.gz
gsoc2013-evolution-9764088cda82b0f7d79d1d1d7170f4311c8e9465.tar.bz2
gsoc2013-evolution-9764088cda82b0f7d79d1d1d7170f4311c8e9465.tar.lz
gsoc2013-evolution-9764088cda82b0f7d79d1d1d7170f4311c8e9465.tar.xz
gsoc2013-evolution-9764088cda82b0f7d79d1d1d7170f4311c8e9465.tar.zst
gsoc2013-evolution-9764088cda82b0f7d79d1d1d7170f4311c8e9465.zip
Removed the VFS crap; my mistake, it should not go here.
2000-01-21 Federico Mena Quintero <federico@helixcode.com> * libversit/vcc.y: Removed the VFS crap; my mistake, it should not go here. * configure.in: Added yacc requirements for libversit. svn path=/trunk/; revision=1603
Diffstat (limited to 'libversit/vcc.h')
-rw-r--r--libversit/vcc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libversit/vcc.h b/libversit/vcc.h
index 5aed2ece91..0e52034710 100644
--- a/libversit/vcc.h
+++ b/libversit/vcc.h
@@ -39,7 +39,6 @@ DFARS 252.227-7013 or 48 CFR 52.227-19, as applicable.
#ifndef __VCC_H__
#define __VCC_H__ 1
-#include <libgnomevfs/gnome-vfs.h>
#include "vobject.h"
@@ -54,8 +53,6 @@ extern DLLEXPORT(void) registerMimeErrorHandler(MimeErrorHandler);
extern DLLEXPORT(VObject*) Parse_MIME(const char *input, unsigned long len);
extern DLLEXPORT(VObject*) Parse_MIME_FromFileName(char* fname);
-VObject *Parse_MIME_FromURI (GnomeVFSURI *uri);
-
/* NOTE regarding Parse_MIME_FromFile
The function above, Parse_MIME_FromFile, comes in two flavors,