mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-04-18 21:44:02 +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);
|
|
|
|
}
|