* Rewrite support for specific SSL encryption protocols, including
[alpine.git] / alpine / newmail.h
blobaff453ee6dbad4f8aa5619f04c690786de55bf3a
1 /*
2 * $Id: newmail.h 1266 2009-07-14 18:39:12Z hubert@u.washington.edu $
4 * ========================================================================
5 * Copyright 2013-2018 Eduardo Chappa
6 * Copyright 2009 University of Washington
8 * Licensed under the Apache License, Version 2.0 (the "License");
9 * you may not use this file except in compliance with the License.
10 * You may obtain a copy of the License at
12 * http://www.apache.org/licenses/LICENSE-2.0
14 * ========================================================================
17 #ifndef ALPINE_NEWMAIL_INCLUDED
18 #define ALPINE_NEWMAIL_INCLUDED
20 /* exported protoypes */
21 void newmail_status_message(MAILSTREAM *, long, long);
23 #endif /* ALPINE_NEWMAIL_INCLUDED */