X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Ffind-dialog.h;h=65053d57e529b00782e7b9a4b919ac01ce63ddb8;hb=159abf428abd3028a73d064508fac95e542d9f09;hp=b8e1f5acec770df1ffe092d9f48b1bb01d27e9e6;hpb=319711ff80e76a730ec26c86d67c0107143d8747;p=pspp diff --git a/src/ui/gui/find-dialog.h b/src/ui/gui/find-dialog.h index b8e1f5acec..65053d57e5 100644 --- a/src/ui/gui/find-dialog.h +++ b/src/ui/gui/find-dialog.h @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2007 Free Software Foundation + Copyright (C) 2007, 2010 Free Software Foundation 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 @@ -18,10 +18,9 @@ #ifndef FIND_DIALOG_H #define FIND_DIALOG_H -#include -#include +#include "psppire-data-window.h" /* Pops up the Find dialog box */ -void find_dialog (gpointer data); +void find_dialog (PsppireDataWindow *); #endif