16 lines
344 B
C
16 lines
344 B
C
/**
|
|
* This is the new Hipadab based queuing system in support of the MountainGum
|
|
* user interface.
|
|
*
|
|
* copyright: see file COPYRIGHT
|
|
*
|
|
* Mark Koennecke, July 2007
|
|
*/
|
|
#ifndef HDBQUEUE_H_
|
|
#define HDBQUEUE_H_
|
|
|
|
int MakeHDBQueue(SConnection *pCon, SicsInterp *pSics, void *pData,
|
|
int argc, char *argv[]);
|
|
|
|
#endif /*HDBQUEUE_H_*/
|