mirror of
https://github.com/ipxe/ipxe
synced 2025-12-28 02:28:57 +03:00
Merge branch 'master' into iscsi-update
This commit is contained in:
@@ -38,7 +38,7 @@ struct refcnt {
|
||||
void ( * free ) ( struct refcnt *refcnt );
|
||||
};
|
||||
|
||||
extern void ref_get ( struct refcnt *refcnt );
|
||||
extern struct refcnt * ref_get ( struct refcnt *refcnt );
|
||||
extern void ref_put ( struct refcnt *refcnt );
|
||||
|
||||
#endif /* _GPXE_REFCNT_H */
|
||||
|
||||
Reference in New Issue
Block a user