comparison lwar/remove.c @ 212:bae1e3ecdce1

More preparation for gnulib integration
author lost
date Fri, 24 Apr 2009 06:43:02 +0000
parents 47427342e41d
children
comparison
equal deleted inserted replaced
211:51511cf1c9f8 212:bae1e3ecdce1
20 20
21 Implements the program startup code 21 Implements the program startup code
22 22
23 */ 23 */
24 24
25 #ifdef HAVE_CONFIG_H 25 #include <config.h>
26 #include "config.h"
27 #endif
28 26
29 #include "lwar.h" 27 #include "lwar.h"
30 28
31 void do_remove(void) 29 void do_remove(void)
32 { 30 {