clean up libsubid headers

Move libsubid/api.h into libsubid/subid.h, and document the api in subid.h

Signed-off-by: Serge Hallyn <serge@hallyn.com>
This commit is contained in:
Serge Hallyn
2021-04-15 09:52:29 -05:00
parent 8492dee663
commit 0f4347d148
7 changed files with 110 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
#include <stdio.h>
#include <unistd.h>
#include "api.h"
#include "subid.h"
#include "stdlib.h"
#include "prototypes.h"

View File

@@ -1,5 +1,5 @@
#include <stdio.h>
#include "api.h"
#include "subid.h"
#include "stdlib.h"
#include "prototypes.h"

View File

@@ -1,5 +1,5 @@
#include <stdio.h>
#include "api.h"
#include "subid.h"
#include "stdlib.h"
#include "prototypes.h"

View File

@@ -1,6 +1,6 @@
#include <stdio.h>
#include <unistd.h>
#include "api.h"
#include "subid.h"
#include "stdlib.h"
#include "prototypes.h"