Changeable library list

Issue #27 resolved
Mihael Schmidt repo owner created an issue

There should be an API to change the library list, either by adding new library list entries or by completely changing the user part of the library list.

API proposal:

void droplet_service_addLibrary(char(10) library);
void droplet_service_setLibraryList(pointer libraries); // list where each entry is a char(10) library

This should also be added to the configuration and the xml configuration loader should also support it.

Comments (3)

  1. Log in to comment