diff options
author | pancake <pancake@dazo> | 2008-03-06 17:58:06 +0100 |
---|---|---|
committer | pancake <pancake@dazo> | 2008-03-06 17:58:06 +0100 |
commit | 83c25d7eb267f866968c7806c4afacf00fdfead5 (patch) | |
tree | 9873f0adc0142b9131cbbf0b6d1d5070a1b1823e /src/squeue/squeue.h | |
parent | 2ddb2923c68d023f9733fb82bb8d28140ea5b695 (diff) | |
download | 0xFFFF-83c25d7eb267f866968c7806c4afacf00fdfead5.tar.bz2 |
* Initial working version of the flash gui - Renamed to goxf - Needs 'sudo' to be enabled to the user without password - Identify and ban piece files while including them in the list - Support for flashing multiple piece files - progressbar and warn/error messages handled - Supports reboot mobo command
* Make qmode be functional
* Lot of hardcore fixups on squeue_open
- Should work now everywhere fine asumid UID 1000 as allowed user
- Reduce timeouts
- Add push2 method
Diffstat (limited to 'src/squeue/squeue.h')
-rw-r--r-- | src/squeue/squeue.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/squeue/squeue.h b/src/squeue/squeue.h index 4730e3d..e027d51 100644 --- a/src/squeue/squeue.h +++ b/src/squeue/squeue.h @@ -22,6 +22,7 @@ struct squeue_t *squeue_open(const char *file, int init); int squeue_close(struct squeue_t *q); void squeue_free(struct squeue_t *q); int squeue_push(struct squeue_t *q, const char *str, int lock); +int squeue_push2(struct squeue_t *q, const char *head, const char *str, int lock); int squeue_pop(struct squeue_t *q); char *squeue_get(struct squeue_t *q, int lock); void squeue_stats(struct squeue_t *q); |