summaryrefslogtreecommitdiff
path: root/include/queue.h
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-07-30 21:31:51 +0530
committersinanmohd <sinan@sinanmohd.com>2024-07-30 21:59:39 +0530
commit72cf8cfcc59f792ff48eb28c3f760678dc10090c (patch)
tree1aca1af04efe127296bbb5b134babb904a3dbf19 /include/queue.h
parent1778164794b39d2613b02783bef9beee683de866 (diff)
tests: init
Diffstat (limited to 'include/queue.h')
-rw-r--r--include/queue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/queue.h b/include/queue.h
index e6178e2..1cef0b3 100644
--- a/include/queue.h
+++ b/include/queue.h
@@ -36,6 +36,7 @@ void queue_thread_free(struct queue_thread *queue_thread);
void *queue_thread_entry(void *queue_thread);
int queue_pop(struct queue *queue, struct job **job);
int queue_isempty(struct job_clist *jobs);
+int queue_htab_job_merge(struct job **job, struct job **htab);
#define QUEUE_H
#endif