* clear out some warnings by gcc 9.3.1.
[alpine.git] / pith / tempfile.h
blob9be00780213a28852a68902ed9cda5be2072a266
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-2020 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 prototypes */
22 char *tempfile_in_same_dir(char *, char *, char **);
23 int in_dir(char *, char *);
26 #endif /* PITH_TEMPFILE_INCLUDED */