* Create help for explaining how encrypted password file support
[alpine.git] / pith / tempfile.h
blob47526b24b0ba5698a8d4cd0cd0a124b603b521b6
1 /*
2 * $Id: tempfile.h 770 2007-10-24 00:23:09Z hubert@u.washington.edu $
4 * ========================================================================
5 * Copyright 2006-2007 University of Washington
6 * Copyright 2013-2014 Eduardo Chappa
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 PITH_TEMPFILE_INCLUDED
18 #define PITH_TEMPFILE_INCLUDED
21 /* exported protoypes */
22 char *tempfile_in_same_dir(char *, char *, char **);
23 int in_dir(char *, char *);
26 #endif /* PITH_TEMPFILE_INCLUDED */