X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/dfa51bb78ea10f22e9fb02397466943befdcc2e6..e8c185c3c5870f21f8352c9684e6feb9c1ef37a5:/lib/wstat.h diff --git a/lib/wstat.h b/lib/wstat.h index aebe6ef..b6deb8a 100644 --- a/lib/wstat.h +++ b/lib/wstat.h @@ -1,6 +1,6 @@ /* * This file is part of DisOrder. - * Copyright (C) 2004, 2007, 2008 Richard Kettlewell + * Copyright (C) 2004, 2007-2009 Richard Kettlewell * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -24,7 +24,7 @@ #include -const char *wstat(int w); +char *wstat(int w); /* Format wait status @w@. In extremis the return value might be a * pointer to a string literal. The result should always be ASCII. */