autosample sends actual command now
[svn42.git] / powersensordaemon / autosample.h
index 396b130..4ea195e 100644 (file)
@@ -31,6 +31,7 @@ struct autosample_device_struct {
 };
 typedef struct autosample_device_struct autosample_device_t;
 
+int send_sample_cmd(int fd, const char* device_name);
 int start_autosample_process(options_t* opt);
 int autosample_process(options_t *opt, int pipefd);