summaryrefslogtreecommitdiff
path: root/init.c
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2015-06-25 12:56:45 +0800
committerDeterminant <ted.sybil@gmail.com>2015-06-25 12:56:45 +0800
commita74183ddb4ab8383bfe214b3745eb8a0a99ee47a (patch)
treed5e69cf8c4c2db2e3a4722778352fc3c95953bb2 /init.c
parentb6301089cde20f4c825c7f5deaf179082aad63da (diff)
let HTK I/O implementation be a single package
Diffstat (limited to 'init.c')
-rw-r--r--init.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/init.c b/init.c
deleted file mode 100644
index fef5527..0000000
--- a/init.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "../nerv/common.h"
-#include <stdio.h>
-
-extern void tnet_io_init(lua_State *L);
-int luaopen_libspeech(lua_State *L) {
- tnet_io_init(L);
- return 1;
-}