util.h - lchat - A line oriented chat front end for ii.
 (HTM) git clone git://git.suckless.org/lchat
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
       util.h (186B)
       ---
            1 #ifndef _UTIL_H_
            2 #define _UTIL_H_
            3 
            4 void die(const char *fmt, ...);
            5 bool bell_match(const char *str, const char *regex_file);
            6 void set_title(const char *term, const char *title);
            7 
            8 #endif