diff options
author | biouman <biouman> | 2001-05-01 22:50:42 +0000 |
---|---|---|
committer | biouman <biouman> | 2001-05-01 22:50:42 +0000 |
commit | ec32dd3c2506d341fe7106418f0e538f9407fbce (patch) | |
tree | 272285e6e0f713bd1c1f7e8c4a2dad4eb93eb26a /include | |
parent | 077892e9b4355a2e34b36bafb4fd701993c3aeaf (diff) |
*** empty log message ***
Diffstat (limited to 'include')
-rw-r--r-- | include/pile.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/pile.h b/include/pile.h index d2e3176..031424f 100644 --- a/include/pile.h +++ b/include/pile.h @@ -36,4 +36,11 @@ int is_mute(char *st); void act_pile(int func); void affichage_pile(void); + +void move_to_resultat_pile(void); + +char * pop_resultat(void); + + + #endif |