Rivoreo Source Code Repositories
src.rivoreo.one
/
net
/
sshout-qt-client
/
017bd5b9129c5a08046e55a312d519dab43a03db
/
.
/
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