1
0
mirror of https://gitlab.com/klmp200/fish.git synced 2024-09-28 22:08:13 +00:00
fish/fish_shell/fish_settings.h
2017-05-29 16:24:36 +02:00

6 lines
165 B
C

#include "fish_core.h"
Settings * getSettings();
//char* convertPS(char* );
void freeSettings(Settings *settings);
char* extractVariable(char* filename, char* var);