File: redecode.h

package info (click to toggle)
direwolf 1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 10,400 kB
  • ctags: 2,000
  • sloc: ansic: 27,294; cpp: 115; sh: 29; makefile: 9
file content (15 lines) | stat: -rwxr-xr-x 145 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15


#ifndef REDECODE_H
#define REDECODE_H 1

#include "rrbb.h"	


extern void redecode_init (void);


#endif

/* end redecode.h */