Rivoreo Source Code Repositories
src.rivoreo.one
/
net
/
sshout-qt-client
/
ac235b9aa5db3b15321f2186fe1325a33d938334
/
.
/
packet.h
blob: 8d19c65972fa8c528fa2c2ec7cc7edaa5aad923d [
file
] [
log
] [
blame
] [
raw
]
#ifndef
PACKET_H
#define
PACKET_H
class
QByteArray
;
class
QIODevice
;
extern
QByteArray
sshout_get_packet
(
QIODevice
*
d
);
#endif
// PACKET_H