From a4f77c4ca56ea21004b8d9c6af14eccade6045e4 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 8 Oct 2003 15:05:00 +0000 Subject: first attempt of updating stage1 for MandrakeMove --- mdk-stage1/tools.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mdk-stage1/tools.h') diff --git a/mdk-stage1/tools.h b/mdk-stage1/tools.h index e168ebe9f..c6c9aea14 100644 --- a/mdk-stage1/tools.h +++ b/mdk-stage1/tools.h @@ -40,6 +40,8 @@ void handle_env(char ** env); char ** grab_env(void); char ** list_directory(char * direct); int string_array_length(char ** a); +int scall_(int retval, char * msg, char * file, int line); +#define scall(retval, msg) scall_(retval, msg, __FILE__, __LINE__) struct param_elem { -- cgit v1.2.1