match pmc_send_get_action's definition and declaration
Signed-off-by: Geoff Salmon <gsalmon@se-instruments.com>master
parent
42b305478d
commit
5b8e169486
|
@ -24,6 +24,7 @@
|
||||||
#include "tlv.h"
|
#include "tlv.h"
|
||||||
#include "transport.h"
|
#include "transport.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
#include "pmc_common.h"
|
||||||
|
|
||||||
struct pmc {
|
struct pmc {
|
||||||
UInteger16 sequence_id;
|
UInteger16 sequence_id;
|
||||||
|
|
|
@ -33,7 +33,7 @@ void pmc_destroy(struct pmc *pmc);
|
||||||
|
|
||||||
int pmc_get_transport_fd(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);
|
struct ptp_message *pmc_recv(struct pmc *pmc);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue