diff options
Diffstat (limited to 'cfsysline.c')
-rw-r--r-- | cfsysline.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cfsysline.c b/cfsysline.c index fcbf1392..b17683c6 100644 --- a/cfsysline.c +++ b/cfsysline.c @@ -573,6 +573,12 @@ finalize_it: } +rsRetVal unregCfSysLineHdlrs(void) +{ + return llDestroy(&llCmdList); +} + + /* process a cfsysline command (based on handler structure) * param "p" is a pointer to the command line after the command. Should be * updated. |