move private struct .h -> .c

git.mgm/mediaproxy-ng/github/master
Richard Fuchs 12 years ago
parent 1543dd03b2
commit 1507dd3aca

@ -11,6 +11,14 @@
struct rtp_extension {
u_int16_t undefined;
u_int16_t length;
} __attribute__ ((packed));
static inline int check_session_keys(struct crypto_context *c) {
str s;

@ -17,11 +17,6 @@ struct rtp_header {
u_int32_t ssrc;
u_int32_t csrc[];
} __attribute__ ((packed));
struct rtp_extension {
u_int16_t undefined;
u_int16_t length;
} __attribute__ ((packed));

Loading…
Cancel
Save