summaryrefslogtreecommitdiffstats
path: root/kpat/freecell-solver/pqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpat/freecell-solver/pqueue.h')
-rw-r--r--kpat/freecell-solver/pqueue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpat/freecell-solver/pqueue.h b/kpat/freecell-solver/pqueue.h
index cf5f5372..252653d6 100644
--- a/kpat/freecell-solver/pqueue.h
+++ b/kpat/freecell-solver/pqueue.h
@@ -58,7 +58,7 @@ void freecell_solver_PQueueInitialise(
void freecell_solver_PQueueFree( PQUEUE *pq );
-int freecell_solver_PQueuePush( PQUEUE *pq, void *item, pq_rating_t);
+void freecell_solver_PQueuePush( PQUEUE *pq, void *item, pq_rating_t);
void *freecell_solver_PQueuePop( PQUEUE *pq);