diff options
author | Werner Koch <wk@gnupg.org> | 2000-02-21 22:38:43 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2000-02-21 22:38:43 +0100 |
commit | d1b6e0ce0dd8d06ed35a042d446afd2aea841f5c (patch) | |
tree | ab28cd7cfd6a131e94ee98e65311a7bb04863422 /g10/kbx.h | |
parent | Add some libgcrypt dox (diff) | |
download | gnupg2-d1b6e0ce0dd8d06ed35a042d446afd2aea841f5c.tar.xz gnupg2-d1b6e0ce0dd8d06ed35a042d446afd2aea841f5c.zip |
See ChangeLog: Mon Feb 21 22:43:01 CET 2000 Werner Koch
Diffstat (limited to 'g10/kbx.h')
-rw-r--r-- | g10/kbx.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/g10/kbx.h b/g10/kbx.h new file mode 100644 index 000000000..9e61ebbd0 --- /dev/null +++ b/g10/kbx.h @@ -0,0 +1,26 @@ +/* kbx.h - The GnuPG Keybox + * Copyright (C) 2000 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 GPG_KBX_H +#define GPG_KBX_H 1 + + + +#endif /*GPG_KBX_H*/ |