Guest User

Untitled

a guest
Mar 8th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. -module(couch_file).
  2. -behaviour(gen_server).
  3.  
  4. -export([open/1, open/2, close/1, bytes/1, sync/1, append_binary/2,old_pread/3]).
  5. -export([append_term/2, pread_term/2, pread_iolist/2, write_header/2]).
  6. -export([pread_binary/2, read_header/1, truncate/2, upgrade_old_header/2]).
  7. -export([init/1, terminate/2, handle_call/3, handle_cast/2, code_change/3, handle_info/2]).
Add Comment
Please, Sign In to add comment