]> git.datanom.net - vcard-parser.git/blobdiff - src/vcard.c
initialize
[vcard-parser.git] / src / vcard.c
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..9a09ccaf0bbd961923dfadffc83ad6ee21fa6d56 100644 (file)
@@ -0,0 +1,30 @@
+/*
+ * vcard.c
+ *
+ * Copyright 2019 Michael Rasmussen <mir@datanom.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
+ * 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., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ */
+
+# include <vcard.h>
+
+struct _VCard {
+       gchar *version;
+};
+
+int main() {
+    return 0;
+}
This page took 0.028554 seconds and 5 git commands to generate.