+2004-07-09 Richard Sandiford <rsandifo@redhat.com>
+
+ * jartool.c (find_entry, looks_like_dir): Remove inline spec.
+
2004-07-07 Matthias Klose <doko@debian.org>
* Makefile.am (jar_CPPFLAGS): Add AM_CPPFLAGS.
static char *get_next_arg (void);
static char *jt_strdup (char*);
static void expand_options (int *argcp, char ***argvp);
-static inline struct zipentry *find_entry (const char *);
-static inline int looks_like_dir (const char *);
+static struct zipentry *find_entry (const char *);
+static int looks_like_dir (const char *);
/* global variables */
ub1 file_header[30];
number_of_entries++;
}
-static inline struct zipentry *
+static struct zipentry *
find_entry (const char *fname)
{
struct zipentry *ze;
}
-static inline int
+static int
looks_like_dir (const char *fname)
{
struct zipentry *ze;