Skip to content
  • Thomas Haller's avatar
    clients: don't tread secret agent as NMSecretAgentOld · 93c848ca
    Thomas Haller authored
    Most of the times we actually need a NMSecretAgentSimple typed pointer.
    This way, need need to cast less.
    
    But even if we would need to cast more, it's better to have pointers
    point to the actual type, not merely to avoid shortcomings of C.
    93c848ca