comparison rvinterf/etmsync/fsiomain.c @ 50:756640235671

rvinterf/etmsync/fsiomain.c: new help file location
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 26 Oct 2016 06:13:31 +0000
parents 24cb10d508d7
children cd1a0d5689f6
comparison
equal deleted inserted replaced
49:642da3373772 50:756640235671
5 #include <stdio.h> 5 #include <stdio.h>
6 #include <stdlib.h> 6 #include <stdlib.h>
7 #include <unistd.h> 7 #include <unistd.h>
8 #include "exitcodes.h" 8 #include "exitcodes.h"
9 9
10 char help_file_pathname[] = "/usr/local/share/freecalypso/fsio.help"; 10 char help_file_pathname[] = "/opt/freecalypso/helpfiles/fsio.help";
11 11
12 extern char *socket_pathname; 12 extern char *socket_pathname;
13 extern char *rvinterf_ttyport, *rvinterf_Bopt, *rvinterf_lopt, *rvinterf_wopt; 13 extern char *rvinterf_ttyport, *rvinterf_Bopt, *rvinterf_lopt, *rvinterf_wopt;
14 14
15 main(argc, argv) 15 main(argc, argv)