Skip to content

Commit

Permalink
utils: Add missing plist_print_to_stream_with_indentation declaration…
Browse files Browse the repository at this point in the history
… to public header
  • Loading branch information
nikias committed Aug 30, 2021
1 parent da36666 commit 0c91d15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/libimobiledevice-glue/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@ int plist_read_from_filename(plist_t *plist, const char *filename);
int plist_write_to_filename(plist_t plist, const char *filename, enum plist_format_t format);

void plist_print_to_stream(plist_t plist, FILE* stream);
void plist_print_to_stream_with_indentation(plist_t plist, FILE* stream, unsigned int indentation);

#endif

0 comments on commit 0c91d15

Please sign in to comment.