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
07ef95d5
Commit
07ef95d5
authored
Aug 13, 2008
by
Jonathan Beck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add afc_get_file_attr
parent
dd54db0b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
libiphone.h
include/libiphone/libiphone.h
+3
-0
No files found.
include/libiphone/libiphone.h
View file @
07ef95d5
...
...
@@ -27,6 +27,7 @@ extern "C" {
#endif
#include <sys/types.h>
#include <sys/stat.h>
struct
iph_device_int
;
typedef
iph_device_int
*
iph_device_t
;
...
...
@@ -71,6 +72,8 @@ void iph_afc_free_client ( iph_afc_client_t client );
char
**
iph_afc_get_devinfo
(
iph_afc_client_t
client
);
char
**
iph_afc_get_dir_list
(
iph_afc_client_t
client
,
const
char
*
dir
);
int
iph_afc_get_file_attr
(
iph_afc_client_t
client
,
const
char
*
filename
,
struct
stat
*
stbuf
);
int
iph_afc_open_file
(
iph_afc_client_t
client
,
const
char
*
filename
,
uint32
file_mode
,
iph_afc_file_t
*
file
);
void
iph_afc_close_file
(
iph_afc_client_t
client
,
iph_afc_file_t
file
);
int
iph_afc_read_file
(
iph_afc_client_t
client
,
iph_afc_file_t
file
,
char
*
data
,
int
length
);
...
...
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