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