~ubuntu-branches/debian/stretch/alpine/stretch

« back to all changes in this revision

Viewing changes to alpine/smime.h

  • Committer: Bazaar Package Importer
  • Author(s): Asheesh Laroia
  • Date: 2008-09-23 12:17:56 UTC
  • mfrom: (2.1.8 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080923121756-6u4x8bwq89qlzt32
Tags: 2.00+dfsg-2
Update to package description: note that Alpine is no longer in
alpha. (Closes: #499640)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * $Id: smime.h 1069 2008-06-03 15:54:15Z hubert@u.washington.edu $
 
3
 *
 
4
 * ========================================================================
 
5
 * Copyright 2008 University of Washington
 
6
 *
 
7
 * Licensed under the Apache License, Version 2.0 (the "License");
 
8
 * you may not use this file except in compliance with the License.
 
9
 * You may obtain a copy of the License at
 
10
 *
 
11
 *     http://www.apache.org/licenses/LICENSE-2.0
 
12
 *
 
13
 * ========================================================================
 
14
 */
 
15
 
 
16
#ifdef SMIME
 
17
#ifndef PINE_SMIME_INCLUDED
 
18
#define PINE_SMIME_INCLUDED
 
19
 
 
20
 
 
21
#include "../pith/state.h"
 
22
#include "../pith/send.h"
 
23
#include "../pith/smime.h"
 
24
 
 
25
 
 
26
/* exported protoypes */
 
27
int    smime_get_passphrase(void);
 
28
void   smime_info_screen(struct pine *ps);
 
29
void   smime_config_screen(struct pine *, int edit_exceptions);
 
30
int    smime_related_var(struct pine *, struct variable *);
 
31
 
 
32
 
 
33
#endif /* PINE_SMIME_INCLUDED */
 
34
#endif /* SMIME */