enlightenment/src/match.h

11 lines
119 B
C

#ifndef E_MATCH_H
#define E_MATCH_H
#include "e.h"
#include "border.h"
void e_match_set_props(E_Border *b);
#endif