fix type mismatches

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@972 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper
2002-09-03 01:40:34 +00:00
parent f817f7d9ac
commit b32c90d52b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef _args_h_
#define _args_h_
extern int af_exit_after_script;
extern bool af_exit_after_script;
extern char *af_script_file_name;
void init_arguments(int argc,char **argv);
+1 -1
View File
@@ -304,7 +304,7 @@ bool scan_info_home(scan_info *info)
}
bool init_scan_info_by_file(const char *file_name,scan_info *info)
int init_scan_info_by_file(const char *file_name,scan_info *info)
{
int err = SHE_NO_ERROR;
+1 -1
View File
@@ -10,7 +10,7 @@
#include "shell_defs.h"
#include "file_utils.h"
static bool parse_value(scan_info *info,shell_value **out);
static int parse_value(scan_info *info,shell_value **out);
static int handle_exec(scan_info *info,shell_value **out);
static int parse_rvl_expr(scan_info *info,shell_value **out);