diff options
author | nobody <nobody@localhost> | 2002-11-25 11:26:07 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2002-11-25 11:26:07 +0800 |
commit | 3dee5a41f00b0dcde1622849a8a5673e51ab582b (patch) | |
tree | e674b191da7fee2d2c6fc49ae660525fbd5114ac /e-util/e-proxy.h | |
parent | 8896a36925cc5ec873878caf1a0842f0c830f33e (diff) | |
download | gsoc2013-evolution-ChangeLog.tar gsoc2013-evolution-ChangeLog.tar.gz gsoc2013-evolution-ChangeLog.tar.bz2 gsoc2013-evolution-ChangeLog.tar.lz gsoc2013-evolution-ChangeLog.tar.xz gsoc2013-evolution-ChangeLog.tar.zst gsoc2013-evolution-ChangeLog.zip |
This commit was manufactured by cvs2svn to create tag 'ChangeLog'.ChangeLog
svn path=/tags/ChangeLog/; revision=18909
Diffstat (limited to 'e-util/e-proxy.h')
-rw-r--r-- | e-util/e-proxy.h | 38 |
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__ */ |