X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fcommon.h;h=24b87908de2f0065adf3f8c78c27c070d3b5adf9;hb=13245184b602d8040fa4ac14497e4456397d31a4;hp=e8ee9019a5686fd166dfc47b9879f4b0e3b6ddfe;hpb=fef3094bcfb4fae0b7409bb5270ec260b1c6ddee;p=dockapps%2Fwmnotify.git diff --git a/src/common.h b/src/common.h index e8ee901..24b8790 100644 --- a/src/common.h +++ b/src/common.h @@ -1,4 +1,10 @@ -/* common.h */ +/* + * common.h + * + * Copyright (C) 2003 Hugo Villeneuve + * + * This file is released under the GPLv2 + */ #ifndef COMMON_H #define COMMON_H 1 @@ -29,12 +35,10 @@ #define STREQ_LEN(a, b, c) (strncmp((a), (b), (c)) == 0) -inline void -ErrorLocation( const char *file, int line ); +void ErrorLocation(const char *file, int line); -/*@out@*/ /*@only@*/ -void * -xmalloc( size_t size, const char *filename, int line_number ); + /*@out@*//*@only@ */ +void *xmalloc(size_t size, const char *filename, int line_number); -#endif /* COMMON_H */ +#endif /* COMMON_H */