source: app/src/lib/matchdescr.h @ 2f8d6d8

Last change on this file since 2f8d6d8 was 25ae32e, checked in by obrebski <obrebski@…>, 16 years ago

git-svn-id: svn://atos.wmid.amu.edu.pl/utt@4 e293616e-ec6a-49c2-aa92-f4a8b91c5d16

  • Property mode set to 100644
File size: 321 bytes
Line 
1
2// obie funkcje wymagaja by deskrypcje byly w postaci kanonicznej
3// obslugiwane sa tylko krotkie (jednoliterowe) atrybuty
4
5// test czy zgadzaja sie deskrypcje
6bool matchdescr(const char* a, const char* b);
7
8// test czy zgadaja sie same atrybuty (czyli to, co po ukosniku)
9bool matchattr(const char* a, const char* b);
10
Note: See TracBrowser for help on using the repository browser.