logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ts_config, ts_reconfig - read tslib's configuration

Description

ts_config() loads and initialises all modules configured in the tslib configuration file TSLIB_CONFFILE ,
       see ts.conf (5).  ts_reconfig() re-runs ts_config and updates the configuration if the configuration file
       has changed.

Name

       ts_config, ts_reconfig - read tslib's configuration

Return Value

       Zero is returned on success. A negative value is returned in case of an error.

See Also

ts_read(3), ts_open(3), ts_setup(3), ts_close(3), ts.conf(5)

                                                                                                    TS_CONFIG(3)

Synopsis

#include<tslib.h>intts_config(structtsdev*dev);intts_reconfig(structtsdev*dev);

See Also