mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 23:59:37 +02:00
... Reuse the external function registration added earlier in 2.3.0 development, for support of internationalization in Nyquist. This way, we avoid making cyclic static linkage dependencies between the library and the application.
10 lines
220 B
C
10 lines
220 B
C
/* localptrs.h -- extend XLISP with these functions
|
|
*
|
|
* CHANGE LOG
|
|
* 28-Apr-03 rbd Removed "include switches.h" -- already included
|
|
*/
|
|
|
|
/* extension to xlisp */
|
|
#include "sndfnintptrs.h"
|
|
#include "seqfnintptrs.h"
|