]> pilppa.org Git - lib1wire.git/blobdiff - src/Factory.hh
cleanups for log messages.
[lib1wire.git] / src / Factory.hh
index a5cf254c31f60c4ae958ebc00f584948c7778ad9..415ce9584717c7cb23194fbaeb06c9c1b80deac3 100644 (file)
@@ -31,7 +31,7 @@ namespace w1 {
                        static DeviceConfig *get_device_config(std::string device_id);
                private:
                        //int parse_family_code(std::string folder_name);
-                       static W1Device *create_device(dirent *direntry_param);
+                       static W1Device *create_device(dirent *direntry_param, int *err_code_param);
        };
 }