cctools
memfdexe.h
1 /*
2 Copyright (C) 2015- The University of Notre Dame
3 This software is distributed under the GNU General Public License.
4 See the file COPYING for details.
5 */
6 
7 #ifndef MEMFDEXE_H
8 #define MEMFDEXE_H
9 
10 int memfdexe (const char *name, const char *extradir);
11 
12 #endif /* MEMFDEXE_H */