We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3680944 commit 59857c4Copy full SHA for 59857c4
1 file changed
scheduler/process.c
@@ -56,7 +56,7 @@ static cups_array_t *process_array = NULL;
56
* Local functions...
57
*/
58
59
-static int compare_procs(cupsd_proc_t *a, cupsd_proc_t *b, void *data);
+static int compare_procs(cupsd_proc_t *a, cupsd_proc_t *b, void *data);
60
#ifdef HAVE_SANDBOX_H
61
static char *cupsd_requote(char *dst, const char *src, size_t dstsize);
62
#endif /* HAVE_SANDBOX_H */
0 commit comments