* Do not define _BSD_SOURCE but define _DEFAULT_SOURCE instead.
[alpine.git] / alpine / init.h
blobe9c18053679f6cff04218c3f08bc4a67baa6ec4f
1 /*
2 * $Id: init.h 82 2006-07-12 23:36:59Z mikes@u.washington.edu $
4 * ========================================================================
5 * Copyright 2006 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 #ifndef PINE_INIT_INCLUDED
17 #define PINE_INIT_INCLUDED
20 /* exported protoypes */
21 int init_mail_dir(struct pine *);
22 int expire_sent_mail(void);
25 #endif /* PINE_INIT_INCLUDED */