rofi/include/helper.h

7 lines
143 B
C
Raw Normal View History

#ifndef __HELPER_H__
#define __HELPER_H__
int helper_parse_setup ( char * string, char ***output, int *lenght, ... );
#endif // __HELPER_H__