cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/src/gpg.h [signed-commits]


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/src/gpg.h [signed-commits]
Date: Fri, 14 Oct 2005 12:45:56 -0400

Index: ccvs/src/gpg.h
diff -u /dev/null ccvs/src/gpg.h:1.1.2.1
--- /dev/null   Fri Oct 14 16:45:56 2005
+++ ccvs/src/gpg.h      Fri Oct 14 16:45:51 2005
@@ -0,0 +1,29 @@
+/* gpg.h - OpenPGP functions header.
+ * Copyright (C) 2005 Free Software Foundation, Inc.
+ *
+ * This file is part of of CVS.
+ *
+ * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
+ */
+
+#ifndef GPG_H
+#define GPG_H
+
+#include "buffer.h"
+
+int read_signature (struct buffer *bpin, struct buffer *bpout);
+
+#endif /* GPG_H */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]