From c754bb7a38393f4d110a1c4795f85dc68c81e1c8 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 29 Dec 2015 04:32:59 +0100 Subject: implement send_string, remove_job (except for running the job), and get_jobs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/daemon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/daemon.h') diff --git a/src/daemon.h b/src/daemon.h index 773be85..d279dbc 100644 --- a/src/daemon.h +++ b/src/daemon.h @@ -190,9 +190,9 @@ int send_string(int sockfd, int outfd, ...); int remove_job(const char *jobno, int runjob); /** - * Get a `NULL` terminated list of all queued jobs. + * Get a `NULL`-terminated list of all queued jobs. * - * @return A `NULL` terminated list of all queued jobs. `NULL` on error. + * @return A `NULL`-terminated list of all queued jobs. `NULL` on error. */ struct job **get_jobs(void); -- cgit v1.2.3-70-g09d2