* clear out some warnings by gcc 9.3.1.
[alpine.git] / alpine / newmail.h
blob71bf4d035a88c041b98d4316554c2e7d4d328c18
1 /*
2 * $Id: newmail.h 1266 2009-07-14 18:39:12Z hubert@u.washington.edu $
4 * ========================================================================
5 * Copyright 2013-2020 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 prototypes */
21 void newmail_status_message(MAILSTREAM *, long, long);
23 #endif /* ALPINE_NEWMAIL_INCLUDED */