chiark / gitweb /
cgi-fcgi-interp: new garbage collection approach, spec
[chiark-utils.git] / cprogs / writebuffer.c
index f37edd19718a99a8576d761f50c5d3ca773281c0..da47cea862379581e8458ec92a5d4bdbedf98d63 100644 (file)
@@ -13,7 +13,7 @@
  *
  * This 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 Software Foundation; either version 2,
+ * published by the Free Software Foundation; either version 3,
  * or (at your option) any later version.
  *
  * This is distributed in the hope that it will be useful, but
@@ -22,8 +22,9 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public
- * License along with this file; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this file; if not, consult the Free Software
+ * Foundation's website at www.fsf.org, or the GNU Project website at
+ * www.gnu.org.
  *
  */
 
@@ -31,6 +32,8 @@
 
 const char *progname= "writebuffer";
 
+void wrbuf_report(const char *m) { }
+
 int main(int argc, const char *const *argv) {
   startup(argv);
   wrbufcore_startup();