mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-05-05 16:59:16 +03:00
11 lines
152 B
C++
11 lines
152 B
C++
#pragma once
|
|
|
|
#include "socktype.h"
|
|
#include "messagequeue.h"
|
|
|
|
namespace qfe
|
|
{
|
|
void processReturnedRows(messageqcpp::MessageQueueClient*, SockType);
|
|
|
|
}
|