aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/run_queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/run_queue.h')
-rw-r--r--src/run_queue.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/run_queue.h b/src/run_queue.h
index df716a4..5447bd4 100644
--- a/src/run_queue.h
+++ b/src/run_queue.h
@@ -17,9 +17,6 @@ struct run;
int run_create(struct run **, int id, const char *url, const char *rev);
void run_destroy(struct run *);
-int run_from_msg(struct run **, const struct msg *);
-int run_from_msg_unknown_id(struct run **, const struct msg *);
-
int run_get_id(const struct run *);
const char *run_get_url(const struct run *);
const char *run_get_rev(const struct run *);