Introduction
Introduction Statistics Contact Development Disclaimer Help
util.h - lchat - A line oriented chat front end for ii.
git clone git://git.suckless.org/lchat
Log
Files
Refs
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
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.