#ifndef PESQUISAR_HH_GUARD__ #define PESQUISAR_HH_GUARD__ #include <iostream> #include <mysql++.h> #include "conexao.hh" #include "teclado.hh" using namespace std; void pesquisar(conexao c); #endif