Main Page | Data Structures | File List | Data Fields | Globals

install.c File Reference

#include <glib.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/wait.h>
#include "util.h"
#include "error.h"
#include "install.h"

Go to the source code of this file.

Functions

gboolean luau_install_rpm (const char *filename)
gboolean luau_install_deb (const char *filename)
gboolean luau_install_src (const char *filename)
gboolean luau_install_exec (const char *filename)
gboolean luau_install_autopkg (const char *filename)


Function Documentation

gboolean luau_install_autopkg const char *  filename  ) 
 

Definition at line 127 of file install.c.

References luau_install_exec().

Referenced by luau_installPackage().

gboolean luau_install_deb const char *  filename  ) 
 

Definition at line 70 of file install.c.

References ERROR, and lutil_createString().

Referenced by luau_installPackage().

gboolean luau_install_exec const char *  filename  ) 
 

Definition at line 105 of file install.c.

References ERROR.

Referenced by luau_install_autopkg(), and luau_installPackage().

gboolean luau_install_rpm const char *  filename  ) 
 

Definition at line 40 of file install.c.

References ERROR, and lutil_createString().

Referenced by luau_installPackage().

gboolean luau_install_src const char *  filename  ) 
 

Definition at line 100 of file install.c.

References ERROR.

Referenced by luau_installPackage().


Generated on Mon Apr 12 22:17:11 2004 for luau by doxygen 1.3.2