* Create help for explaining how encrypted password file support
[alpine.git] / pith / strlst.h
blobdf1bf8564e981e5a6aab630dbd84ff00cdea0c8c
1 /*
2 * $Id: strlst.h 761 2007-10-23 22:35:18Z hubert@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 PITH_STRLST_INCLUDED
17 #define PITH_STRLST_INCLUDED
20 /* exported protoypes */
21 STRINGLIST *new_strlst(char **);
22 void free_strlst(STRINGLIST **);
25 #endif /* PITH_STRLST_INCLUDED */