mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-03 20:42:48 -05:00
Minor header-file cleanups.
Moved the typedef of BinaryPacketProtocol into defs.h on the general principle that it's just the kind of thing that ought to go there; also removed the declaration of pq_base_init from ssh.h on the grounds that there's never been any such function! (At least, not in public source control - it existed in an early draft of commit 6e24b7d58.)
This commit is contained in:
1
ssh.h
1
ssh.h
@ -97,7 +97,6 @@ typedef struct PktOutQueue {
|
||||
PktOut *(*get)(PacketQueueBase *, int pop);
|
||||
} PktOutQueue;
|
||||
|
||||
void pq_base_init(PacketQueueBase *pqb);
|
||||
void pq_base_push(PacketQueueBase *pqb, PacketQueueNode *node);
|
||||
void pq_base_push_front(PacketQueueBase *pqb, PacketQueueNode *node);
|
||||
void pq_base_concatenate(PacketQueueBase *dest,
|
||||
|
Reference in New Issue
Block a user