Match new name for method.
diff --git a/contiki-cpc/apps/config.c b/contiki-cpc/apps/config.c
index 9fb37fe..a2cb50d 100644
--- a/contiki-cpc/apps/config.c
+++ b/contiki-cpc/apps/config.c
@@ -129,7 +129,7 @@
   char *nt;
   
   nt = nullterminate(str);
-  program_handler_screensaver(str);
+  program_handler_setscreensaver(str);
 
   return nt + 1;
 }
@@ -141,8 +141,6 @@
   char *nt;
   
   nt = nullterminate(str);
-
-
 //  if(uiplib_ipaddrconv(str, (unsigned char *)addr)) {
 //    uip_sethostaddr(addr);
 //  }
@@ -241,7 +239,7 @@
 LOADER_INIT_FUNC(config_init, arg)
 {
   arg_free(arg);
-  program_handler_screensaver(NULL);  
+  program_handler_setscreensaver(NULL);  
   configscript();
   LOADER_UNLOAD();
 }
diff --git a/contiki-cpc/arch/contiki_labels.s b/contiki-cpc/arch/contiki_labels.s
index 8192104..d678da9 100644
--- a/contiki-cpc/arch/contiki_labels.s
+++ b/contiki-cpc/arch/contiki_labels.s
@@ -54,7 +54,7 @@
 _program_handler_load == 0x0B62
 _program_handler_load_start == 0x0B62
 _program_handler_load_end == 0x0BA9
-_program_handler_screensaver == 0x0BB7
+_program_handler_setscreensaver == 0x0BB7
 _program_handler_screensaver_sta == 0x0BB7
 _program_handler_screensaver_end == 0x0BE6
 _ctk_restore == 0x109A
@@ -278,20 +278,12 @@
 _strcpy == 0x3E8D
 _strcpy_start == 0x3E8D
 _strcpy_end == 0x3EB2
-__divschar_rrx_s == 0x3EB2
-__divschar_rrx_hds == 0x3EB9
 __modschar_rrx_s == 0x3EC0
 __modschar_rrx_hds == 0x3EC7
-__divsint_rrx_s == 0x3ECE
-__divsint_rrx_hds == 0x3EDA
 __modsint_rrx_s == 0x3EE2
 __modsint_rrx_hds == 0x3EEE
-__divuchar_rrx_s == 0x3EF6
-__divuchar_rrx_hds == 0x3EFD
 __moduchar_rrx_s == 0x3F04
 __moduchar_rrx_hds == 0x3F0B
-__divuint_rrx_s == 0x3F12
-__divuint_rrx_hds == 0x3F1E
 __moduint_rrx_s == 0x3F26
 __moduint_rrx_hds == 0x3F32
 .mod8 == 0x3F3A
@@ -311,12 +303,6 @@
 _memset == 0x4062
 _memset_start == 0x4062
 _memset_end == 0x40AA
-__mulschar_rrx_s == 0x40AA
-__mulschar_rrx_hds == 0x40B1
-__muluchar_rrx_s == 0x40BD
-__mulint_rrx_s == 0x40CA
-__mulint_rrx_hds == 0x40D6
-__muluchar_rrx_hds == 0x40D6
 _strncpy == 0x40EF
 _strncpy_start == 0x40EF
 _strncpy_end == 0x415E