--- OLD/xc/programs/xclipboard/xclipboard.c Thu Jan 1 00:00:00 1970 +++ NEW/xc/programs/xclipboard/xclipboard.c Thu Jan 1 00:00:00 1970 @@ -26,6 +26,7 @@ */ #include +#include #include #include #include @@ -59,8 +60,6 @@ int avail; } ClipRec, *ClipPtr; -extern char *malloc (); - static Atom wm_delete_window; static Atom wm_protocols; @@ -648,8 +647,7 @@ #undef Offset -void -main(argc, argv) +int main(argc, argv) int argc; char **argv; {