fleshed out API, and removed 'start method'.
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,6 +1,6 @@
|
|||||||
ERLC_WARNINGS = -W1
|
ERLC_WARNINGS = -W1
|
||||||
MNESIA_DIR = db
|
MNESIA_DIR = db
|
||||||
RUN_INIT = -s ezic start
|
RUN_INIT =
|
||||||
|
|
||||||
all : clean compile
|
all : clean compile
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,11 @@
|
|||||||
-module(ezic).
|
-module(ezic).
|
||||||
|
|
||||||
-export([start/0]).
|
-export([refresh_db/1]).
|
||||||
|
-export([time2time/3]).
|
||||||
|
|
||||||
start() ->
|
|
||||||
|
refresh_db(_Folder) ->
|
||||||
|
void.
|
||||||
|
|
||||||
|
time2time(_DateTime, _FromTimeZone, _ToTimeZone) ->
|
||||||
void.
|
void.
|
||||||
|
|||||||
Reference in New Issue
Block a user