X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=builtins%2Fcommon.h;h=df303252941d96cd9474ebb6293f8e5af1a7f64f;hb=95732b497d12c98613bb3c5db16b61f377501a59;hp=411ce1eb01855a301372613a74b3a0ca4590e551;hpb=eb87367179effbe5f430236db8259006d71438b7;p=platform%2Fupstream%2Fbash.git diff --git a/builtins/common.h b/builtins/common.h index 411ce1e..df30325 100644 --- a/builtins/common.h +++ b/builtins/common.h @@ -40,6 +40,7 @@ #define CDESC_PATH_ONLY 0x010 /* type -p */ #define CDESC_FORCE_PATH 0x020 /* type -ap or type -P */ #define CDESC_NOFUNCS 0x040 /* type -f */ +#define CDESC_ABSPATH 0x080 /* convert to absolute path, no ./ */ /* Flags for get_job_by_name */ #define JM_PREFIX 0x01 /* prefix of job name */ @@ -76,6 +77,7 @@ extern void sh_readonly __P((const char *)); extern void sh_nojobs __P((char *)); extern void sh_restricted __P((char *)); extern void sh_notbuiltin __P((char *)); +extern void sh_wrerror __P((void)); extern char **make_builtin_argv __P((WORD_LIST *, int *)); extern void remember_args __P((WORD_LIST *, int));