unigbrk: New modules for grapheme clusters.
[pspp] / tests / test-popen.c
index 342e36304455104c5de721274f98787bbe8d5abb..c78c4b2cc3b0d0aaf6cad75be5245802521ff642 100644 (file)
@@ -1,5 +1,5 @@
 /* Test of opening a subcommand stream.
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009, 2010 Free Software Foundation, Inc.
 
    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
@@ -21,4 +21,8 @@
 /* Specification.  */
 #include <stdio.h>
 
+#include "signature.h"
+SIGNATURE_CHECK (popen, FILE *, (char const *, char const *));
+SIGNATURE_CHECK (pclose, int, (FILE *));
+
 #include "test-popen.h"