Oops
[pspp-builds.git] / src / ui / gui / clipboard.h
index 1cdffe8f7ca9f77e9b1773110a5ac9c3e6cb5383..6f312fa7036d7a2d264752207525e12f5984da11 100644 (file)
@@ -14,7 +14,6 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 
-#include <config.h>
 #include <gtksheet/gtksheet.h>
 
 #ifndef CLIPBOARD_H
 
 void data_sheet_set_clip (GtkSheet *data_sheet);
 
+void data_sheet_contents_received_callback (GtkClipboard *clipboard,
+                                           GtkSelectionData *sd,
+                                           gpointer data);
+
 
 #endif /* CLIPBOARD_H */