diff options
author | Brian Cully <bjc@kublai.com> | 2008-03-02 20:48:31 -0500 |
---|---|---|
committer | Brian Cully <github.20.shmit@spamgourmet.com> | 2008-03-02 20:48:31 -0500 |
commit | 71ef64a8efb45232033d7008ec5e782ac0ec6483 (patch) | |
tree | 19acd56f76b246d1663b527ad7b5f36ac5143106 | |
parent | 8238414a20fae75b163c4f9cfaecf130402cebba (diff) | |
download | mysqlerl-71ef64a8efb45232033d7008ec5e782ac0ec6483.tar.gz mysqlerl-71ef64a8efb45232033d7008ec5e782ac0ec6483.zip |
Export description.
-rw-r--r-- | src/mysqlerl_app.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mysqlerl_app.erl b/src/mysqlerl_app.erl index 645d799..cdb8ade 100644 --- a/src/mysqlerl_app.erl +++ b/src/mysqlerl_app.erl @@ -3,6 +3,7 @@ -behavior(application). +%% Behavior callbacks. -export([start/2, stop/1]). start(normal, []) -> |