PSI sics-cvs-psi-2008-10-02
This commit is contained in:
15
hdbqueue.h
Normal file
15
hdbqueue.h
Normal file
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* 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_*/
|
||||
Reference in New Issue
Block a user