Initial commit (based on data-sharing-plugin)
[sharing-cli] / src / .svn / text-base / common.c.svn-base
diff --git a/src/.svn/text-base/common.c.svn-base b/src/.svn/text-base/common.c.svn-base
new file mode 100644 (file)
index 0000000..2f47076
--- /dev/null
@@ -0,0 +1,31 @@
+/*
+ * This file is part of sharing-plugin-template
+ *
+ * Copyright (C) 2008-2009 Nokia Corporation. All rights reserved.
+ *
+ * This maemo code example is licensed under a MIT-style license,
+ * that can be found in the file called "COPYING" in the root
+ * directory.
+ *
+ */
+
+#include <stdio.h>
+#include <glib.h>
+#include <osso-log.h>
+#include <sharing-http.h>
+#include "common.h"
+
+/**
+ * example_function:
+ * @username: Example parameter
+ * @password: Example parameter
+ *
+ * Example function
+ *
+ * Returns: Newly allocated string or %NULL
+ */
+gchar* example_function (const gchar* username, const gchar* password)
+{
+    return NULL;
+}
+