libspark: rename files to common names

This commit is contained in:
Stefan Seyfried
2012-02-02 07:45:32 +01:00
parent d363d3e95b
commit 00fe1f2ed4
18 changed files with 24 additions and 25 deletions

5
libspark/init_lib.h Normal file
View File

@@ -0,0 +1,5 @@
#ifndef __INIT_TD_H
#define __INIT_TD_H
void init_td_api();
void shutdown_td_api();
#endif