goa: Add missing linker flag (for real).
[platform/upstream/evolution-data-server.git] / libedataserver / e-uid.h
1 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
2 /* e-uid.h - Unique ID generator.
3  *
4  * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
5  *
6  * This program is free software; you can redistribute it and/or
7  * modify it under the terms of version 2 of the GNU Lesser General Public
8  * License as published by the Free Software Foundation.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public
16  * License along with this program; if not, write to the
17  * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18  * Boston, MA 02110-1301, USA.
19  *
20  * Author: Dan Winship <danw@ximian.com>
21  */
22
23 #if !defined (__LIBEDATASERVER_H_INSIDE__) && !defined (LIBEDATASERVER_COMPILATION)
24 #error "Only <libedataserver/libedataserver.h> should be included directly."
25 #endif
26
27 #ifndef E_UID_H
28 #define E_UID_H
29
30 #include <glib.h>
31
32 G_BEGIN_DECLS
33
34 gchar *         e_uid_new                       (void);
35
36 G_END_DECLS
37
38 #endif /* E_UID_H */