Skip to content

Commit

Permalink
Remove accessors from headers
Browse files Browse the repository at this point in the history
  • Loading branch information
zdohnal committed Mar 6, 2024
1 parent ccaa1de commit e86401c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pappl/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ extern char *papplSystemGetOrganization(pappl_system_t *system, char *buffer, s
extern char *papplSystemGetOrganizationalUnit(pappl_system_t *system, char *buffer, size_t bufsize) _PAPPL_PUBLIC;
extern char *papplSystemGetPassword(pappl_system_t *system, char *buffer, size_t bufsize) _PAPPL_PUBLIC;
extern int papplSystemGetPort(pappl_system_t *system) _PAPPL_DEPRECATED("Use papplSystemGetHostPort instead.");
extern char *papplSystemGetRegHostName(pappl_system_t *system, char *buffer, size_t bufsize) _PAPPL_PUBLIC;
extern const char *papplSystemGetServerHeader(pappl_system_t *system) _PAPPL_PUBLIC;
extern char *papplSystemGetSessionKey(pappl_system_t *system, char *buffer, size_t bufsize) _PAPPL_PUBLIC;
extern bool papplSystemGetTLSOnly(pappl_system_t *system) _PAPPL_PUBLIC;
Expand Down Expand Up @@ -233,7 +232,6 @@ extern void papplSystemSetOrganization(pappl_system_t *system, const char *valu
extern void papplSystemSetOrganizationalUnit(pappl_system_t *system, const char *value) _PAPPL_PUBLIC;
extern void papplSystemSetPassword(pappl_system_t *system, const char *hash) _PAPPL_PUBLIC;
extern void papplSystemSetPrinterDrivers(pappl_system_t *system, size_t num_drivers, pappl_pr_driver_t *drivers, pappl_pr_autoadd_cb_t autoadd_cb, pappl_pr_create_cb_t create_cb, pappl_pr_driver_cb_t driver_cb, void *data) _PAPPL_PUBLIC;
extern void papplSystemSetRegHostName(pappl_system_t *system, const char *name) _PAPPL_PUBLIC;
extern void papplSystemSetSaveCallback(pappl_system_t *system, pappl_save_cb_t cb, void *data) _PAPPL_PUBLIC;
extern void papplSystemSetUUID(pappl_system_t *system, const char *value) _PAPPL_PUBLIC;
extern void papplSystemSetVersions(pappl_system_t *system, size_t num_versions, pappl_version_t *versions) _PAPPL_PUBLIC;
Expand Down

0 comments on commit e86401c

Please sign in to comment.