/* * Copyright 2014 (c) Anna Schumaker. */ #ifndef OCARINA_H #define OCARINA_H #include #include /* main.cpp */ namespace gui { const std::string share_file(const std::string &); } void on_pq_created(queue *, unsigned int); void post_init_queue_tabs(); #endif /* OCARINA_H */