3e9b700a2133c8f4f2b16075f5782e08af166c23
[g2-sharing] / src / common.h
1 /*
2  * This file is part of sharing-plugin-template
3  *
4  * Copyright (C) 2008-2009 Nokia Corporation. All rights reserved.
5  *
6  * This maemo code example is licensed under a MIT-style license,
7  * that can be found in the file called "COPYING" in the root
8  * directory.
9  *
10  */
11
12 #ifndef _COMMON_H_
13 #define _COMMON_H_
14
15 #include <glib.h>
16 #include <sharing-account.h>
17
18 G_BEGIN_DECLS
19
20 gchar* example_function (const gchar* username, const gchar* password);
21
22 G_END_DECLS
23
24 #endif // _COMMON_H_
25