diff options
author | Timo Schulz <twoaday@freakmail.de> | 2002-07-02 10:52:34 +0200 |
---|---|---|
committer | Timo Schulz <twoaday@freakmail.de> | 2002-07-02 10:52:34 +0200 |
commit | 4b0497a2a9ad67db2a326cc44ada620089c662e3 (patch) | |
tree | 46140fd98ac069f3bd01e4395a27400b0b52f3d2 /g10/ks-proto.h | |
parent | * gpg.sgml: Clarify "group". (diff) | |
download | gnupg2-4b0497a2a9ad67db2a326cc44ada620089c662e3.tar.xz gnupg2-4b0497a2a9ad67db2a326cc44ada620089c662e3.zip |
Removed old keyserver (daemon) code.
Diffstat (limited to '')
-rw-r--r-- | g10/ks-proto.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/g10/ks-proto.h b/g10/ks-proto.h deleted file mode 100644 index cd55b47e2..000000000 --- a/g10/ks-proto.h +++ /dev/null @@ -1,23 +0,0 @@ -/* ks-proto.h - * Copyright (C) 1998 Free Software Foundation, Inc. - * - * This file is part of GnuPG. - * - * GnuPG 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. - * - * GnuPG 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 Place - Suite 330, Boston, MA 02111-1307, USA - */ -#ifndef G10_KS_PROTO_H -#define G10_KS_PROTO_H - -#endif /*G10_KS_PROTO_H*/ |