You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#include "trans_auto.h"
|
|
|
|
PEP_STATUS auto_sendto(PEP_SESSION session, const message *msg)
|
|
{
|
|
|
|
return PEP_STATUS_OK;
|
|
}
|
|
|
|
PEP_STATUS auto_readnext(PEP_SESSION session, message **msg, PEP_transport_t **via)
|
|
{
|
|
|
|
return PEP_STATUS_OK;
|
|
}
|