pobrn / mktorrent

A simple command line utility to create BitTorrent metainfo files
Other
472 stars 73 forks source link

C99 and POSIX compliant identifier names #37

Closed uno20001 closed 4 years ago

uno20001 commented 4 years ago

This commit changes the names of some identifiers to conform to ISO C99 and POSIX standards. The names slist_t, llist_t, and flist_t have not been changed because I plan to replace them with a general purpose linked list implementation in the near future.

uno20001 commented 4 years ago

Could I get some feedback as to what needs to be fixed to get this merged?