* Do not define _BSD_SOURCE but define _DEFAULT_SOURCE instead.
[alpine.git] / alpine / smime.h
blobb584be2e00d0fceedd83384abc669943bd6f90ff
1 /*
2 * $Id: smime.h 1074 2008-06-04 00:08:43Z hubert@u.washington.edu $
4 * ========================================================================
5 * Copyright 2008 University of Washington
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
11 * http://www.apache.org/licenses/LICENSE-2.0
13 * ========================================================================
16 #ifdef SMIME
17 #ifndef PINE_SMIME_INCLUDED
18 #define PINE_SMIME_INCLUDED
21 #include "../pith/state.h"
22 #include "../pith/send.h"
23 #include "../pith/smime.h"
26 /* exported protoypes */
27 int smime_get_passphrase(void);
28 int smime_certificate_error_ask(int error);
29 void smime_info_screen(struct pine *ps);
30 void smime_config_screen(struct pine *, int edit_exceptions);
31 int smime_related_var(struct pine *, struct variable *);
32 void display_smime_info(struct pine *, ENVELOPE *, BODY *);
33 int smime_check(BODY *); /* check that the message is smime */
35 #endif /* PINE_SMIME_INCLUDED */
36 #endif /* SMIME */