enlightenment/src/block.h

12 lines
161 B
C

#ifndef E_BLOCK_H
#define E_BLOCK_H
#include "e.h"
void e_block_start(char *name);
void e_block_stop(char *name);
int e_block_is_active(char *name);
#endif