You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-05 15:41:14 +03:00
16 lines
207 B
C++
16 lines
207 B
C++
#ifndef QFE_RETURNEDROWS_H__
|
|
#define QFE_RETURNEDROWS_H__
|
|
|
|
#include "socktype.h"
|
|
#include "messagequeue.h"
|
|
|
|
namespace qfe
|
|
{
|
|
|
|
void processReturnedRows(messageqcpp::MessageQueueClient*, SockType);
|
|
|
|
}
|
|
|
|
#endif
|
|
|