Refactor perl code to write file header
[emu8051.git] / src / regwin.h
index a43b172..a526f6f 100644 (file)
  *
  * 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 <gtk/gtk.h>
-#include "gtksizes.h"
-
 
 GtkWidget *
-regwin_init( int width, int height );
+regwin_init(void);
 
 void
-regwin_Show( void );
-
+regwin_refresh(void);
 
 #endif /* REGWIN_H */