From: Zdenek Dohnal Date: Mon, 22 Jul 2024 10:26:48 +0000 (+0200) Subject: cups-private.h: Have one declaration per line X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b564fd99157d5a31fcf5ce6a8fa14be4dda5d6c;p=thirdparty%2Fcups.git cups-private.h: Have one declaration per line --- diff --git a/cups/cups-private.h b/cups/cups-private.h index af3843dc48..7df686dccd 100644 --- a/cups/cups-private.h +++ b/cups/cups-private.h @@ -253,7 +253,8 @@ extern void _cupsBufferRelease(char *b) _CUPS_PRIVATE; extern http_t *_cupsConnect(void) _CUPS_PRIVATE; extern char *_cupsCreateDest(const char *name, const char *info, const char *device_id, const char *device_uri, char *uri, size_t urisize) _CUPS_PRIVATE; -extern bool _cupsDirCreate(const char *path, mode_t mode) _CUPS_PRIVATE;extern ipp_attribute_t *_cupsEncodeOption(ipp_t *ipp, ipp_tag_t group_tag, _ipp_option_t *map, const char *name, const char *value) _CUPS_PRIVATE; +extern bool _cupsDirCreate(const char *path, mode_t mode) _CUPS_PRIVATE; +extern ipp_attribute_t *_cupsEncodeOption(ipp_t *ipp, ipp_tag_t group_tag, _ipp_option_t *map, const char *name, const char *value) _CUPS_PRIVATE; extern int _cupsGet1284Values(const char *device_id, cups_option_t **values) _CUPS_PRIVATE; extern const char *_cupsGetDestResource(cups_dest_t *dest, unsigned flags, char *resource, size_t resourcesize) _CUPS_PRIVATE; extern int _cupsGetDests(http_t *http, ipp_op_t op, const char *name, cups_dest_t **dests, cups_ptype_t type, cups_ptype_t mask) _CUPS_PRIVATE;