X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fregwin.h;h=45e71e242d3f3cadd860b606f37b14519d1cb25b;hb=536beb0f1eae0cdc86bc82ef945cf01d04e846ca;hp=a43b172ac3b20c144a6bdd360cbcfbc890e769c0;hpb=6a65dca9d597772744524b909f2d89b479b8bf77;p=emu8051.git diff --git a/src/regwin.h b/src/regwin.h index a43b172..45e71e2 100644 --- a/src/regwin.h +++ b/src/regwin.h @@ -16,22 +16,18 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef REGWIN_H #define REGWIN_H 1 - #include -#include "gtksizes.h" - GtkWidget * -regwin_init( int width, int height ); +regwin_init(void); void -regwin_Show( void ); - +regwin_Show(void); #endif /* REGWIN_H */