Repository URL to install this package:
|
Version:
1.1 ▾
|
/*-------------------------------------------------------------------------
*
* spt_setup.h
* Initalization code for the spt_status.c module functions.
*
* Copyright (c) 2009-2010 Daniele Varrazzo <daniele.varrazzo@gmail.com>
*
*-------------------------------------------------------------------------
*/
#ifndef SPT_SETUP_H
#define SPT_SETUP_H
void spt_setup(void);
#endif