/*
- * Copyright (C) 2010 Joel Rosdahl
+ * Copyright (C) 2010, 2012 Joel Rosdahl
*
* 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 the Free
}
/*
- * Add a nullary function to be called context when ccache exits. Functions are
- * called in reverse order.
+ * Add a nullary function to be called when ccache exits. Functions are called
+ * in reverse order.
*/
void
exitfn_add_nullary(void (*function)(void))