X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=netinstall%2Fregedit.h;h=6ef454034e808e1ec88c7c39da4ccbcfca7c7b4c;hp=4944c9e736403fdfa503c9a93d7571b984e551d4;hb=a5812bf2ff9a9cf40f4ff78dcb83f5b4c295bd18;hpb=ccce6217f84987dff10ed3d2b60b9f0f65d8f25a diff --git a/netinstall/regedit.h b/netinstall/regedit.h index 4944c9e..6ef4540 100644 --- a/netinstall/regedit.h +++ b/netinstall/regedit.h @@ -23,4 +23,8 @@ char * find_cygwin_root (int *issystem); void create_xemacs_root (char *posix, int issystem, int isnative); void remove_xemacs_root (); void set_app_path (char *exe, char* path, int issystem); +void set_install_path (char* path, int issystem); +void setup_explorer (char* file_type, char* name, char *exe); +void remove_app_path (char *exe); +void remove_uninstall_path ();