1 #ifndef ML_QUEUE_H
2 #define ML_QUEUE_H
3 
4 #include "stringmap.h"
5 
6 void ml_queue_init(stringmap_t *Globals);
7 
8 #endif
9