Added first proof-of-concept type implementation.
[sharing-cli] / src / common.h
diff --git a/src/common.h b/src/common.h
deleted file mode 100644 (file)
index 3e9b700..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * 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.
- *
- */
-
-#ifndef _COMMON_H_
-#define _COMMON_H_
-
-#include <glib.h>
-#include <sharing-account.h>
-
-G_BEGIN_DECLS
-
-gchar* example_function (const gchar* username, const gchar* password);
-
-G_END_DECLS
-
-#endif // _COMMON_H_
-