aboutsummaryrefslogtreecommitdiff
path: root/src/core/eggtrayicon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/eggtrayicon.h')
-rw-r--r--src/core/eggtrayicon.h52
1 files changed, 0 insertions, 52 deletions
diff --git a/src/core/eggtrayicon.h b/src/core/eggtrayicon.h
deleted file mode 100644
index 33d687f1..00000000
--- a/src/core/eggtrayicon.h
+++ /dev/null
@@ -1,52 +0,0 @@
1/*
2 This file is part of GNUnet.
3 (C) 2006 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 2, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 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 General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19*/
20/*
21 * @file src/core/eggtrayicon.h
22 * @brief adds a system tray icon
23 * @author Anders Carlsson
24 * @author Christian Grothoff (minor modifications and code clean up)
25 */
26
27/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
28/* eggtrayicon.h
29 * Copyright (C) 2002 Anders Carlsson <andersca@gnu.org>
30 *
31 * This library is free software; you can redistribute it and/or
32 * modify it under the terms of the GNU Lesser General Public
33 * License as published by the Free Software Foundation; either
34 * version 2 of the License, or (at your option) any later version.
35 *
36 * This library is distributed in the hope that it will be useful,
37 * but WITHOUT ANY WARRANTY; without even the implied warranty of
38 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
39 * Lesser General Public License for more details.
40 *
41 * You should have received a copy of the GNU Lesser General Public
42 * License along with this library; if not, write to the
43 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
44 * Boston, MA 02111-1307, USA.
45 */
46
47#ifndef __EGG_TRAY_ICON_H__
48#define __EGG_TRAY_ICON_H__
49
50void initTrayIcon ();
51
52#endif /* __EGG_TRAY_ICON_H__ */