X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fregwin.h;h=1b24e10269c4d50c8f0fbebe2e9d1e6738e7bce0;hb=da17471fcb26f0dbed0aa88f863aec043b9f8851;hp=a43b172ac3b20c144a6bdd360cbcfbc890e769c0;hpb=6a65dca9d597772744524b909f2d89b479b8bf77;p=emu8051.git diff --git a/src/regwin.h b/src/regwin.h index a43b172..1b24e10 100644 --- a/src/regwin.h +++ b/src/regwin.h @@ -16,22 +16,19 @@ * * 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(int width, int height); void -regwin_Show( void ); - +regwin_Show(void); #endif /* REGWIN_H */