/[osn-commons]/trunk/uar/uar.h
ViewVC logotype

Diff of /trunk/uar/uar.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 24 by rakinar2, Mon Aug 5 17:15:48 2024 UTC revision 25 by rakinar2, Tue Aug 6 13:06:45 2024 UTC
# Line 24  struct uar_archive *uar_open (const char Line 24  struct uar_archive *uar_open (const char
24  bool uar_has_error (const struct uar_archive *restrict uar);  bool uar_has_error (const struct uar_archive *restrict uar);
25  void uar_close (struct uar_archive *uar);  void uar_close (struct uar_archive *uar);
26  const char *uar_strerror (const struct uar_archive *restrict uar);  const char *uar_strerror (const struct uar_archive *restrict uar);
27  struct uar_archive *uar_create ();  struct uar_archive *uar_create (void);
28  struct uar_file *uar_add_file (struct uar_archive *restrict uar,  struct uar_file *uar_add_file (struct uar_archive *restrict uar,
29                                 const char *name, const char *path);                                 const char *name, const char *path);
30  void uar_file_set_mode (struct uar_file *file, mode_t mode);  void uar_file_set_mode (struct uar_file *file, mode_t mode);

Legend:
Removed from v.24  
changed lines
  Added in v.25

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26