Some more cleanups for previous.

--HG--
extra : convert_revision : 4750989fdc6494eb2593a3782035289200fbea15
This commit is contained in:
Juan RP
2009-02-05 16:57:20 +01:00
parent 3a52668aed
commit 0f44fd7f72
5 changed files with 10 additions and 13 deletions

View File

@@ -30,8 +30,9 @@
#ifndef _XBPS_FEXEC_H_
#define _XBPS_FEXEC_H_
/* From lib/fexec.c */
int xbps_file_exec(const char *, ...);
int xbps_file_exec_skipempty(const char *, ...);
int xbps_file_chdir_exec(const char *, const char *, ...);
#endif
#endif /* !_XBPS_FEXEC_H_ */