Converted remaining C comments (#3927)

* Converted remaining documentation that references .c or .h files.
This commit is contained in:
Aleos
2019-02-09 15:08:45 -05:00
committed by GitHub
parent 35611e78e1
commit c5a5c54518
52 changed files with 94 additions and 95 deletions

View File

@@ -36,7 +36,7 @@
#include "int_party.hpp"
#include "int_storage.hpp"
//definition of exported var declared in .h
//definition of exported var declared in header
int login_fd=-1; //login file descriptor
int char_fd=-1; //char file descriptor
struct Schema_Config schema_config;