Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
42a5d7a4
Commit
42a5d7a4
authored
Aug 11, 2006
by
Nick Mathewson
⛰
Browse files
r7335@Kushana: nickm | 2006-08-11 00:13:03 -0700
fix wide lines svn:r7025
parent
9b5a6434
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/common/container.h
View file @
42a5d7a4
...
...
@@ -33,9 +33,11 @@ void *smartlist_pop_last(smartlist_t *sl);
void
smartlist_reverse
(
smartlist_t
*
sl
);
void
smartlist_string_remove
(
smartlist_t
*
sl
,
const
char
*
element
);
int
smartlist_isin
(
const
smartlist_t
*
sl
,
const
void
*
element
)
ATTR_PURE
;
int
smartlist_string_isin
(
const
smartlist_t
*
sl
,
const
char
*
element
)
ATTR_PURE
;
int
smartlist_string_isin
(
const
smartlist_t
*
sl
,
const
char
*
element
)
ATTR_PURE
;
int
smartlist_string_num_isin
(
const
smartlist_t
*
sl
,
int
num
)
ATTR_PURE
;
int
smartlist_overlap
(
const
smartlist_t
*
sl1
,
const
smartlist_t
*
sl2
)
ATTR_PURE
;
int
smartlist_overlap
(
const
smartlist_t
*
sl1
,
const
smartlist_t
*
sl2
)
ATTR_PURE
;
void
smartlist_intersect
(
smartlist_t
*
sl1
,
const
smartlist_t
*
sl2
);
void
smartlist_subtract
(
smartlist_t
*
sl1
,
const
smartlist_t
*
sl2
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment