Commit 7c671ef4 7c671ef48cdf35473aa7713d8f32215417e2311e by Sergey Poznyakoff

(_get_address_part): Made static to avoid name clashes.

1 parent 172e23ce
......@@ -19,7 +19,7 @@
typedef int (*address_get_fp) __P((address_t, size_t, char *, size_t, size_t *));
SCM
static SCM
_get_address_part (const char *func_name, address_get_fp fun,
SCM ADDRESS, SCM NUM)
{
......
......@@ -27,7 +27,7 @@
typedef int (*address_aget_t) __PMT ((address_t addr, size_t no, char **buf));
int
static int
_get_address_part (void *item, void *data)
{
sieve_runtime_tag_t *t = item;
......