various coverity fixes
[RRG-proxmark3.git] / client / include / pm3.h
blobb9814ae48182edc09cbf8f7dc21bb77767c3c83d
1 #ifndef LIBPM3_H
2 #define LIBPM3_H
4 typedef struct pm3_device pm3;
6 pm3 *pm3_open(char *port);
7 int pm3_console(pm3 *dev, char *cmd);
8 const char *pm3_name_get(pm3 *dev);
9 void pm3_close(pm3 *dev);
10 pm3 *pm3_get_current_dev(void);
11 #endif // LIBPM3_H