toxcore/toxencryptsave
iphydf 8739f7fccb
Make tox.c unambiguously parseable.
Rules:
1. Constants are uppercase names: THE_CONSTANT.
2. SUE[1] types start with an uppercase letter and have at least one
   lowercase letter in it: The_Type, THE_Type.
3. Function types end in "_cb": tox_friend_connection_cb.
4. Variable and function names are all lowercase: the_function.

This makes it easier for humans reading the code to determine what an
identifier means. I'm not convinced by the enum type name change, but I
don't know a better rule. Currently, a lot of enum types are spelled like
constants, which is confusing.

[1] struct/union/enum
2018-07-05 23:09:28 +00:00
..
crypto_pwhash_scryptsalsa208sha256 Fixes to the imported sodium sources to compile without warnings. 2018-06-25 20:09:53 +00:00
BUILD.bazel Use nullptr as NULL pointer constant instead of NULL or 0. 2018-01-30 23:35:50 +00:00
defines.h A bit of new api work done. 2015-02-14 23:00:12 -05:00
Makefile.inc Remove utils.c and utils.h from toxencryptsave build. 2018-06-25 20:27:21 +00:00
toxencryptsave.api.h Change toxencryptsave API to never overwrite pass keys. 2017-12-29 23:24:54 +00:00
toxencryptsave.c Make tox.c unambiguously parseable. 2018-07-05 23:09:28 +00:00
toxencryptsave.h Change toxencryptsave API to never overwrite pass keys. 2017-12-29 23:24:54 +00:00