7 lines
248 B
C
7 lines
248 B
C
#pragma once
|
|
|
|
#include "stellar/module.h"
|
|
#define LPI_PLUS_MODULE_NAME "LPI_PLUS"
|
|
struct lpi_plus_mapper;
|
|
struct lpi_plus_mapper *module_to_lpip_mapper(struct module *mod);
|
|
const char *lpi_plus_appid2name(struct lpi_plus_mapper *mapper, int appid); |