diff options
author | Pixel <> | 2001-03-05 01:31:31 +0000 |
---|---|---|
committer | Pixel <> | 2001-03-05 01:31:31 +0000 |
commit | 04d8a10293bdb5407127dc7693da33e168fa4d5c (patch) | |
tree | 565999a7a82585f9f5b310e1706a4107b5bd7331 /include/Huffman.h | |
parent | dfd868ecf9e37a5e6954a073c3ba43a970f7ca54 (diff) |
Changement d'indentation
Diffstat (limited to 'include/Huffman.h')
-rw-r--r-- | include/Huffman.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Huffman.h b/include/Huffman.h index aacbf79..4e6ea22 100644 --- a/include/Huffman.h +++ b/include/Huffman.h @@ -4,7 +4,7 @@ #include "PCommon.h" #include "HTree.h" -HTree * Coder(PriorityList * P); -void HInsert(PriorityList * P, int freq, char * object); +HTree *Coder(PriorityList * P); +void HInsert(PriorityList * P, int freq, char *object); -#endif
\ No newline at end of file +#endif |