Copy icons and docs.
[AROS-Contrib.git] / regina / nosaa.c
blob7873555d8410c6cf7dd2643eceb7e17c2ac2cf58
1 /* There is no need for rexxsaa.c or client.c with static binding.
2 * We support stub routines for this reason here.
3 * FIXME, FGC: We should move stuff from rexx.c to this file.
4 */
6 #include "rexx.h"
7 int init_rexxsaa( tsd_t *TSD )
9 TSD = TSD; /* keep compiler happy */
10 return(1);
13 void deinit_rexxsaa( tsd_t *TSD )
15 TSD = TSD; /* keep compiler happy */
18 int init_client( tsd_t *TSD )
20 TSD = TSD; /* keep compiler happy */
21 return(1);