aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-proxy.h
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-10-22 22:10:15 +0800
committerDan Winship <danw@src.gnome.org>2003-10-22 22:10:15 +0800
commitb29a2c0486956844ea8cd17ef6fd0ccdc049e372 (patch)
treefeaeea8510dd11ede71d8674a42f9fff5b0a5c82 /e-util/e-proxy.h
parent03f4b3a74c678e0bad0ea92fa0931c8e356b2c46 (diff)
downloadgsoc2013-evolution-b29a2c0486956844ea8cd17ef6fd0ccdc049e372.tar
gsoc2013-evolution-b29a2c0486956844ea8cd17ef6fd0ccdc049e372.tar.gz
gsoc2013-evolution-b29a2c0486956844ea8cd17ef6fd0ccdc049e372.tar.bz2
gsoc2013-evolution-b29a2c0486956844ea8cd17ef6fd0ccdc049e372.tar.lz
gsoc2013-evolution-b29a2c0486956844ea8cd17ef6fd0ccdc049e372.tar.xz
gsoc2013-evolution-b29a2c0486956844ea8cd17ef6fd0ccdc049e372.tar.zst
gsoc2013-evolution-b29a2c0486956844ea8cd17ef6fd0ccdc049e372.zip
Gone; nothing in evo uses soup any more.
* e-proxy.[ch]: Gone; nothing in evo uses soup any more. * Makefile.am (eutilinclude_HEADERS, libeutil_la_SOURCES): Remove e-proxy.[ch] svn path=/trunk/; revision=22974
Diffstat (limited to 'e-util/e-proxy.h')
-rw-r--r--e-util/e-proxy.h38
1 files changed, 0 insertions, 38 deletions
diff --git a/e-util/e-proxy.h b/e-util/e-proxy.h
deleted file mode 100644
index 915592cef1..0000000000
--- a/e-util/e-proxy.h
+++ /dev/null
@@ -1,38 +0,0 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-/*
- * Authors: Jeffrey Stedfast <fejj@ximian.com>
- *
- * Copyright 2002 Ximian, Inc. (www.ximian.com)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA.
- *
- */
-
-
-#ifndef __E_PROXY_H__
-#define __E_PROXY_H__
-
-#ifdef __cplusplus
-extern "C" {
-#pragma }
-#endif /* __cplusplus */
-
-void e_proxy_init (void);
-
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
-#endif /* __E_PROXY_H__ */