Changeset 5919 for trunk/Ohana/src/opihi/pcontrol/pcontrol.c
- Timestamp:
- Jan 5, 2006, 6:55:37 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/pcontrol.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/pcontrol.c
r4763 r5919 8 8 9 9 /* program-dependent initialization */ 10 void initialize (intargc, char **argv) {10 void program_init (int *argc, char **argv) { 11 11 12 12 auto_break = TRUE; … … 24 24 set_str_variable ("PROMPT", opihi_prompt); 25 25 set_str_variable ("RCFILE", opihi_rcfile); 26 26 27 # ifdef HELPDIR_DEFAULT 27 28 set_str_variable ("HELPDIR", MACRO_NAME(HELPDIR_DEFAULT)); … … 29 30 30 31 /* ignore the history file. to change this, see, eg, mana.c */ 31 signal (SIGINT, SIG_IGN);32 32 signal (SIGPIPE, gotsignal); 33 33 signal (SIGTSTP, gotsignal);
Note:
See TracChangeset
for help on using the changeset viewer.
