6 lines
238 B
C
6 lines
238 B
C
#pragma once
|
|
|
|
#include "stellar/module_manager.h"
|
|
struct lpi_plus_mapper;
|
|
struct lpi_plus_mapper *stellar_module_get_lpip(struct stellar_module_manager *mod_mgr);
|
|
const char *lpi_plus_appid2name(struct lpi_plus_mapper *mapper, int appid); |