From: Sergey Poznyakoff Date: Wed, 17 Sep 2003 10:17:09 +0000 (+0000) Subject: (cut_path_elements): Added proto. X-Git-Tag: alpha_1_13_93~211 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=0289902e4afce89e997a30601c8f9fc44a10ff7e;p=debian%2Ftar (cut_path_elements): Added proto. --- diff --git a/src/common.h b/src/common.h index 3b9f7605..40609bb8 100644 --- a/src/common.h +++ b/src/common.h @@ -567,6 +567,7 @@ char *name_from_list (void); void blank_name_list (void); char *new_name (const char *, const char *); char *safer_name_suffix (char const *, bool); +char const *cut_path_elements (char const *file_name, size_t num); bool excluded_name (char const *);