OSDN Git Service

stop using trunk or dist directory in rec10 project.
[rec10/rec10-git.git] / dist / trunk / tstools / epgdump / aribstr.h
diff --git a/dist/trunk/tstools/epgdump/aribstr.h b/dist/trunk/tstools/epgdump/aribstr.h
deleted file mode 100755 (executable)
index 6178525..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef ARIBSTR_H
-#define ARIBSTR_H 1
-
-#ifdef __cplusplus
-extern "C"{
-#endif /* __cplusplus */
-
-       int AribToString(char *lpszDst, const char *pSrcData, const int dwSrcLen);
-
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
-#endif