diff options
author | siddhu8990 | 2015-08-20 01:20:26 +0530 |
---|---|---|
committer | siddhu8990 | 2015-08-20 01:20:26 +0530 |
commit | 222a3e39441ad408dacdc39d46d687dee5a6bf3c (patch) | |
tree | 04f0409dc26f4efb46d13b42e89d1979807bea50 /macros/findDeps/getAllInterfaces.sci | |
parent | aba32804a6cbd6fb16e13e86364e643022a2941a (diff) | |
download | scilab2c-222a3e39441ad408dacdc39d46d687dee5a6bf3c.tar.gz scilab2c-222a3e39441ad408dacdc39d46d687dee5a6bf3c.tar.bz2 scilab2c-222a3e39441ad408dacdc39d46d687dee5a6bf3c.zip |
Support for disp added
Diffstat (limited to 'macros/findDeps/getAllInterfaces.sci')
-rw-r--r-- | macros/findDeps/getAllInterfaces.sci | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macros/findDeps/getAllInterfaces.sci b/macros/findDeps/getAllInterfaces.sci index 15b93a96..e6e71dca 100644 --- a/macros/findDeps/getAllInterfaces.sci +++ b/macros/findDeps/getAllInterfaces.sci @@ -107,6 +107,7 @@ function allInterfaces = getAllInterfaces() "src/c/operations/interfaces/int_OpExt.h" "src/c/operations/interfaces/int_OpIns.h" "src/c/string/interfaces/int_disp.h" + "src/c/string/interfaces/int_string.h" "src/c/signalProcessing/interfaces/int_ifft.h" "src/c/signalProcessing/interfaces/int_lpc2cep.h" "src/c/signalProcessing/interfaces/int_cepstrum.h" |