view config.h @ 454:e9b6fe443bf2

Fix per-column scrolling bug
author Mike Pavone <pavone@retrodev.com>
date Mon, 02 Sep 2013 01:02:18 -0700
parents 7f84090ab1cd
children 140af5509ce7
line wrap: on
line source

#ifndef CONFIG_H_
#define CONFIG_H_
#include "tern.h"

tern_node * load_config(char * expath);

#endif //CONFIG_H_