diff options
Diffstat (limited to '')
-rw-r--r-- | test/lnb.h (renamed from util/lib/lnb.h) | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/util/lib/lnb.h b/test/lnb.h index f78b7a6..6370fd4 100644 --- a/util/lib/lnb.h +++ b/test/lnb.h @@ -1,4 +1,3 @@ - struct lnb_types_st { char *name; char **desc; @@ -21,4 +20,3 @@ lnb_enum(int curno); int lnb_decode(char *str, struct lnb_types_st *lnbp); - |