Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libplist
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pwn
libplist
Commits
a42c74a1
Commit
a42c74a1
authored
Nov 10, 2009
by
Jonathan Beck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not export internal functions symbols.
parent
0f92ed12
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
plist.h
src/plist.h
+4
-4
No files found.
src/plist.h
View file @
a42c74a1
...
...
@@ -52,10 +52,10 @@ struct plist_data_s
typedef
struct
plist_data_s
*
plist_data_t
;
plist_t
plist_new_node
(
plist_data_t
data
);
plist_data_t
plist_get_data
(
const
plist_t
node
);
plist_data_t
plist_new_plist_data
(
void
);
gboolean
plist_data_compare
(
gconstpointer
a
,
gconstpointer
b
);
G_GNUC_INTERNAL
plist_t
plist_new_node
(
plist_data_t
data
);
G_GNUC_INTERNAL
plist_data_t
plist_get_data
(
const
plist_t
node
);
G_GNUC_INTERNAL
plist_data_t
plist_new_plist_data
(
void
);
G_GNUC_INTERNAL
gboolean
plist_data_compare
(
gconstpointer
a
,
gconstpointer
b
);
#endif
Write
Preview
Markdown
is supported
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