Skip to content

Instantly share code, notes, and snippets.

@mallipeddi
Created June 30, 2009 14:43
Show Gist options
  • Save mallipeddi/138189 to your computer and use it in GitHub Desktop.
Save mallipeddi/138189 to your computer and use it in GitHub Desktop.
-module(couch_file).
-behaviour(gen_server).
-export([open/1, open/2, close/1, bytes/1, sync/1, append_binary/2,old_pread/3]).
-export([append_term/2, pread_term/2, pread_iolist/2, write_header/2]).
-export([pread_binary/2, read_header/1, truncate/2, upgrade_old_header/2]).
-export([init/1, terminate/2, handle_call/3, handle_cast/2, code_change/3, handle_info/2]).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment