]> git.sesse.net Git - vlc/blobdiff - src/libvlc.h
Factor variable operations, as they're always the same for a type
[vlc] / src / libvlc.h
index 72feefdcbe78177ad860f187a6a0783c243b8c65..a4e48517aaa95dc032e46c92cdfa11bfd0d3bfc6 100644 (file)
@@ -25,6 +25,8 @@
 #ifndef LIBVLC_LIBVLC_H
 # define LIBVLC_LIBVLC_H 1
 
+typedef struct variable_t variable_t;
+
 extern const char vlc_usage[];
 
 /* Hotkey stuff */