1 /* Blue Sky: File Systems in the Cloud
3 * Copyright (C) 2009 The Regents of the University of California
4 * Written by Michael Vrable <mvrable@cs.ucsd.edu>
16 /* BlueSky library initialization. */
18 void bluesky_store_init_s3(void);
20 /* Initialize the BlueSky library and dependent libraries. */
21 void bluesky_init(void)
27 bluesky_store_init_s3();