comparison netinstall/regedit.h @ 657:ce0b3f2eff35

[xemacs-hg @ 2001-09-09 04:37:41 by andyp] DDE, netinstall and cygwin file fixes
author andyp
date Sun, 09 Sep 2001 04:37:48 +0000
parents 3078fd1074e8
children 146d342ff859
comparison
equal deleted inserted replaced
656:4035041996d8 657:ce0b3f2eff35
21 /* Similar to the mount and umount functions, but simplified */ 21 /* Similar to the mount and umount functions, but simplified */
22 22
23 void create_xemacs_root (char *posix, int issystem, int isnative); 23 void create_xemacs_root (char *posix, int issystem, int isnative);
24 void remove_xemacs_root (); 24 void remove_xemacs_root ();
25 void set_app_path (char *exe, char* path, int issystem); 25 void set_app_path (char *exe, char* path, int issystem);
26 void set_install_path (char* path, int issystem);
27 void setup_explorer (char* file_type, char* name, char *exe);
28 void remove_app_path (char *exe, int issystem);
29 void remove_uninstall_path ();
26 30