#ifndef __INTERNAL_BOTTLES_HPP #define __INTERNAL_BOTTLES_HPP #pragma once namespace cellar { namespace bottles { extern void print_bottles(int,char**); extern void print_active_bottle(int,char**); } } #endif // __INTERNAL_BOTTLES_HPP