Add print_inverted_bits() to replace a duplicated code block.
[libftdi] / src / ftdi.h
index 07fcd71..66ad7bc 100644 (file)
@@ -554,6 +554,8 @@ extern "C"
 
     char *ftdi_get_error_string(struct ftdi_context *ftdi);
 
+    void print_inverted_bits(int inverted);
+
 #ifdef __cplusplus
 }
 #endif