* src/port.h (PORT structure): added hook initPaths, now each
[fw/sdcc] / src / port.h
index 2005ddfd89a30cd477db76a6f33fdebb7e28f77b..605ddf51dfb6bc87ecdc9448b0a4a5ae7f87f672 100644 (file)
@@ -226,6 +226,8 @@ typedef struct
 /** Optional list of automatically parsed options.  Should be
     implemented to at least show the help text correctly. */
     OPTION *poptions;
+/** Initialise port spectific paths */
+    void (*initPaths)(void);
 /** Called after all the options have been parsed. */
     void (*finaliseOptions) (void);
     /** Called after the port has been selected but before any