Update API documentation for recent changes.

--HG--
branch : progress_callback
This commit is contained in:
Juan RP
2011-01-22 14:24:51 +01:00
parent 81b6b62aef
commit 0cc4ba224e
4 changed files with 82 additions and 66 deletions

View File

@@ -37,16 +37,6 @@
#include <xbps_api.h>
#include "xbps_api_impl.h"
/**
* @file lib/fexec.c
* @brief Generic file execution routines
* @defgroup fexec File execution functions
*
* These functions will fork and execute a program in cwd (current working
* directory), destination directory or changing root directory to
* destination directory and passing an arbitrary number of arguments to it.
*/
static int
pfcexec(const char *path, const char *file, const char **argv)
{