match pmc_send_get_action's definition and declaration

Signed-off-by: Geoff Salmon <gsalmon@se-instruments.com>
master
Geoff Salmon 2013-02-08 21:22:06 -05:00 committed by Richard Cochran
parent 42b305478d
commit 5b8e169486
2 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@
#include "tlv.h"
#include "transport.h"
#include "util.h"
#include "pmc_common.h"
struct pmc {
UInteger16 sequence_id;

View File

@ -33,7 +33,7 @@ void pmc_destroy(struct pmc *pmc);
int pmc_get_transport_fd(struct pmc *pmc);
void pmc_send_get_action(struct pmc *pmc, int id);
int pmc_send_get_action(struct pmc *pmc, int id);
struct ptp_message *pmc_recv(struct pmc *pmc);