Mercurial > aewl
comparison dwm.h @ 698:e1c8bef05e6e 3.1
removed erealloc (not used)
author | Anselm R. Garbe <arg@suckless.org> |
---|---|
date | Tue, 16 Jan 2007 11:35:56 +0100 |
parents | 4d12382fef8e |
children | f05c825db96b |
comparison
equal
deleted
inserted
replaced
697:4d12382fef8e | 698:e1c8bef05e6e |
---|---|
141 extern void toggletag(Arg *arg); /* toggles c tags with arg's index */ | 141 extern void toggletag(Arg *arg); /* toggles c tags with arg's index */ |
142 | 142 |
143 /* util.c */ | 143 /* util.c */ |
144 extern void *emallocz(unsigned int size); /* allocates zero-initialized memory, exits on error */ | 144 extern void *emallocz(unsigned int size); /* allocates zero-initialized memory, exits on error */ |
145 extern void eprint(const char *errstr, ...); /* prints errstr and exits with 1 */ | 145 extern void eprint(const char *errstr, ...); /* prints errstr and exits with 1 */ |
146 extern void *erealloc(void *ptr, unsigned int size); /* reallocates memory, exits on error */ | |
147 extern void spawn(Arg *arg); /* forks a new subprocess with to arg's cmd */ | 146 extern void spawn(Arg *arg); /* forks a new subprocess with to arg's cmd */ |
148 | 147 |
149 /* view.c */ | 148 /* view.c */ |
150 extern void detach(Client *c); /* detaches c from global client list */ | 149 extern void detach(Client *c); /* detaches c from global client list */ |
151 extern void dofloat(void); /* arranges all windows floating */ | 150 extern void dofloat(void); /* arranges all windows floating */ |