fleshed out API, and removed 'start method'.

This commit is contained in:
aj
2010-11-03 01:03:07 -07:00
parent b967cd3ff7
commit 563f2c6e09
2 changed files with 8 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
ERLC_WARNINGS = -W1
MNESIA_DIR = db
RUN_INIT = -s ezic start
RUN_INIT =
all : clean compile

View File

@@ -1,6 +1,11 @@
-module(ezic).
-export([start/0]).
-export([refresh_db/1]).
-export([time2time/3]).
start() ->
refresh_db(_Folder) ->
void.
time2time(_DateTime, _FromTimeZone, _ToTimeZone) ->
void.