summaryrefslogtreecommitdiff
path: root/vreadert.h
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-11-25 12:35:19 +0200
committerAlon Levy <alevy@redhat.com>2010-12-09 13:36:19 +0200
commit8f46e52b504e419cbae12ef193d3101cf2a952c4 (patch)
tree993e973b691b2de70abfbd4d74150d82e2a143eb /vreadert.h
parent93cef049b1625103a246301d6076547207a5af49 (diff)
libcaccard: coding style: s/VReaderID/vreader_id_t/
Diffstat (limited to 'vreadert.h')
-rw-r--r--vreadert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vreadert.h b/vreadert.h
index bdc1ecd..4c01259 100644
--- a/vreadert.h
+++ b/vreadert.h
@@ -11,7 +11,7 @@ typedef enum {
VREADER_OUT_OF_MEMORY
} VReaderStatus;
-typedef unsigned int VReaderID;
+typedef unsigned int vreader_id_t;
typedef struct VReaderStruct VReader;
typedef struct VReaderListStruct VReaderList;
typedef struct VReaderListEntryStruct VReaderListEntry;