Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
skdGT authored and skdGT committed Nov 12, 2019
1 parent 2c81b10 commit 1572d0a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion parte1/menus.h
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,17 @@ void servicesProvided(Condominio *con);
*/
void incomeMenu(Condominio *con);

/**
* @brief Procurar um membro
* @param con Condominio atual
*/
void searchMember(Condominio *con);
void searchHabitation(Condominio *con);

/**
* @brief Procurar uma habitação
* @param con Condominio atual
*/
void searchHabitation(Condominio *con);

/**
* @brief Menu para saída do programa
Expand Down

0 comments on commit 1572d0a

Please sign in to comment.