commit ffa8d4411d35a391d7ed08cc318d04d1fd92480d
Author: Laslo Hunhold <[email protected]>
Date: Mon Sep 11 16:28:15 2017 +0200
Clarify when to typedef structs
diff --git a/suckless.org/coding_style.md b/suckless.org/coding_style.md
index 50739176..953d918a 100644
--- a/suckless.org/coding_style.md
+++ b/suckless.org/coding_style.md
@@ -107,7 +107,7 @@ Headers
User Defined Types
------------------
* Do not use `type_t` naming (it is reserved for POSIX and less readable)
-* Typedef structs
+* Typedef opaque structs
* Do not typedef builtin types
* Capitalize the type name
* Typedef the type name, if possible without first naming the struct