]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
cups-private.h: Have one declaration per line
authorZdenek Dohnal <zdohnal@redhat.com>
Mon, 22 Jul 2024 10:26:48 +0000 (12:26 +0200)
committerZdenek Dohnal <zdohnal@redhat.com>
Mon, 22 Jul 2024 10:26:48 +0000 (12:26 +0200)
cups/cups-private.h

index af3843dc480d68798c358f7d4e29d03283bd073a..7df686dccdf1e387d022ab4621ef02c7c00b877b 100644 (file)
@@ -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;