Index: trunk/Ohana/src/opihi/pcontrol/pcontrol.c
===================================================================
--- trunk/Ohana/src/opihi/pcontrol/pcontrol.c	(revision 4763)
+++ trunk/Ohana/src/opihi/pcontrol/pcontrol.c	(revision 5919)
@@ -8,5 +8,5 @@
 
 /* program-dependent initialization */
-void initialize (int argc, char **argv) {
+void program_init (int *argc, char **argv) {
   
   auto_break = TRUE;
@@ -24,4 +24,5 @@
   set_str_variable ("PROMPT", opihi_prompt);
   set_str_variable ("RCFILE", opihi_rcfile);
+
 # ifdef HELPDIR_DEFAULT
   set_str_variable ("HELPDIR", MACRO_NAME(HELPDIR_DEFAULT));
@@ -29,5 +30,4 @@
 
   /* ignore the history file.  to change this, see, eg, mana.c */
-  signal (SIGINT, SIG_IGN);
   signal (SIGPIPE, gotsignal);
   signal (SIGTSTP, gotsignal);
