Skip to content

Commit

Permalink
toxcore amalgamation
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Nov 5, 2024
1 parent 09d50ca commit b8cf506
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions toxcore/toxcore_amalgamation.c
Original file line number Diff line number Diff line change
Expand Up @@ -14290,12 +14290,6 @@ typedef void m_conference_invite_cb(Messenger *m, uint32_t friend_number, const
void *user_data);
typedef void m_group_invite_cb(const Messenger *m, uint32_t friendnumber, const uint8_t *data, size_t length,
const uint8_t *group_name, size_t group_name_length, void *userdata);
typedef int m_lossy_rtp_packet_cb(Messenger *m, uint32_t friendnumber, const uint8_t *data, uint16_t len, void *object);

typedef struct RTP_Packet_Handler {
m_lossy_rtp_packet_cb *function;
void *object;
} RTP_Packet_Handler;

typedef struct Friend {
uint8_t real_pk[CRYPTO_PUBLIC_KEY_SIZE];
Expand Down

0 comments on commit b8cf506

Please sign in to comment.