6 lines
77 B
C
Executable File
6 lines
77 B
C
Executable File
#ifndef _FLOW_ENCODE_H
|
|
#define _FLOW_ENCODE_H
|
|
|
|
int flow_encode(void);
|
|
|
|
#endif |