Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
7c671ef4
...
7c671ef48cdf35473aa7713d8f32215417e2311e
authored
2002-11-19 14:03:52 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(_get_address_part): Made static to avoid name clashes.
1 parent
172e23ce
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
libmu_scm/mu_address.c
libsieve/tests.c
libmu_scm/mu_address.c
View file @
7c671ef
...
...
@@ -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
)
{
...
...
libsieve/tests.c
View file @
7c671ef
...
...
@@ -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
;
...
...
Please
register
or
sign in
to post a comment