enlightenment/src/block.h

11 lines
205 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