11 lines
169 B
C
11 lines
169 B
C
#ifndef VENDORS_H
|
|
#define VENDORS_H
|
|
|
|
#include "vendor_ids.h"
|
|
#include "slot_vendors.h"
|
|
#include "token_vendors.h"
|
|
|
|
vendor_id_t get_vendor_id(char *vendor_name);
|
|
|
|
#endif
|