summaryrefslogtreecommitdiffstats
path: root/include/helper.h
blob: dda0f1b737669125df9606dc6c97620d72192376 (plain)
1
2
3
4
5
6
#ifndef __HELPER_H__
#define __HELPER_H__

int helper_parse_setup ( char * string, char ***output, int *lenght, ... );

#endif // __HELPER_H__