~ubuntu-branches/ubuntu/hardy/gnupg/hardy-updates

« back to all changes in this revision

Viewing changes to g10/packet.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-12-16 16:57:39 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20051216165739-v0m2d1you6hd8jho
Tags: upstream-1.4.2
ImportĀ upstreamĀ versionĀ 1.4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 *
17
17
 * You should have received a copy of the GNU General Public License
18
18
 * along with this program; if not, write to the Free Software
19
 
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
 
19
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
 
20
 * USA.
20
21
 */
21
22
 
22
23
#ifndef G10_PACKET_H
503
504
int ask_for_detached_datafile( MD_HANDLE md, MD_HANDLE md2,
504
505
                               const char *inname, int textmode );
505
506
 
506
 
/*-- comment.c --*/
507
 
int write_comment( IOBUF out, const char *s );
508
 
 
509
507
/*-- sign.c --*/
510
508
int make_keysig_packet( PKT_signature **ret_sig, PKT_public_key *pk,
511
509
                        PKT_user_id *uid, PKT_public_key *subpk,