removed init from export
This commit is contained in:
parent
dcc1a6086f
commit
ce7b7d2764
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
-module(ggs_db).
|
||||
-import(mnesia).
|
||||
%-compile({no_auto_import,[length/2]}).
|
||||
-export([init/0,setItem/4,getItem/3,removeItem/3,key/3,clear/2,clear/1,length/2]).
|
||||
-export([setItem/4,getItem/3,removeItem/3,key/3,clear/2,clear/1,length/2]).
|
||||
-include("ggs_db.hrl").
|
||||
|
||||
%%-----------------------------------------------------
|
||||
|
|
Reference in a new issue