Added program description (dsc) support and broke out program dependancies from the program-handler
diff --git a/contiki/apps/program-handler.h b/contiki/apps/program-handler.h
index 0c8852e..70a95b0 100644
--- a/contiki/apps/program-handler.h
+++ b/contiki/apps/program-handler.h
@@ -32,13 +32,18 @@
  *
  * This file is part of the Contiki desktop environment for the C64.
  *
- * $Id: program-handler.h,v 1.2 2003/04/11 20:12:03 adamdunkels Exp $
+ * $Id: program-handler.h,v 1.3 2003/04/17 19:00:01 adamdunkels Exp $
  *
  */
 #ifndef __PROGRAM_HANDLER_H__
 #define __PROGRAM_HANDLER_H__
 
+#include "dsc.h"
+
 void program_handler_init(void);
 void program_handler_load(char *name);
 
+void program_handler_add(struct dsc *dsc, char *menuname,
+			 unsigned char desktop);
+
 #endif /* __PROGRAM_HANDLER_H__ */