* Corrections to pico manual contributed by Dennis Davis.
[alpine.git] / alpine / newmail.h
blobe0c26567ed91d4659eef4847cc945cbe3c1542d7
1 /*
2 * $Id: newmail.h 1266 2009-07-14 18:39:12Z hubert@u.washington.edu $
4 * ========================================================================
5 * Copyright 2013-2016 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 */