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,11 @@
-module(ezic).
-export([start/0]).
-export([refresh_db/1]).
-export([time2time/3]).
start() ->
refresh_db(_Folder) ->
void.
time2time(_DateTime, _FromTimeZone, _ToTimeZone) ->
void.